Hi, Anyone knows if is possible to add jQuery to a Greasemonkey script? I've tried the DOM method to adding the <script> tag and it seems to work, but when I try a simple $("#id").hide() and i get the error: $ is not defined An idea? _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/
Hi Arash, nice, can you post an example on how you've called it? because in Greasemonkey the jQuery lib is loaded dynamically from a website, and in your extension maybe it's loaded from local, right? best.. Leandro