Jquery in chrome plugin
- by Cyclone
There is jquery on the page my script is trying to access, and the code I am trying to execute runs fine in console.
However, when I use chrome.tabs.executeScript on that single tab, it says that $ is undefined.
How can I fix this?
Thanks for the help!