I have a big website and I'm trying to figure out if/why jquery(or something using those functions) is present on it (or at least something using the same function)
When I type $ and $$ into the console it shows they are functions, but i can't figure out where they have been defined.
In chrome they just say [native code], and when I right click and click "show function definition" nothing happens.
What else can I do?
Edit: Both of these functions actually still show up on an empty page in both firefox and chrome... is it a built in function? I can't find any evidence of this by searching on google.
They seem to function like querySelector and querySelectorAll.