Jquery in chrome plugin

Posted by Cyclone on Stack Overflow See other posts from Stack Overflow or by Cyclone
Published on 2010-06-05T18:18:16Z Indexed on 2010/06/05 18:22 UTC
Read the original article Hit count: 124

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!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about google-chrome