Hello, I want to improve some of my Greasemonkey scripts by using jQuery instead of "traditionnal" JS.
I tried to load the library during execution[1] and it didn't work as intended. It was loaded from jquery.com, so I didn't want it anyway. I can't load it from my host either. I found a way to integrate the compact version of jQuery directly in my script[2], but it is an old release, and I can't find how to do the same with current 1.1.1 release. The author (SunSean) just said he had "slightly edited [jQuery] for greasemonkey" without explaining what he did change, and Firebug tells me "Component is not available". Any idea on how to do it? Here is my current version with the old jQuery embedded: <http:// userscripts.org/scripts/show/2243> Thanks a lot! [1] <http://weblogs.asp.net/dstone/archive/2006/07/23/jQueryMonkey.aspx> [2] <http://jquery.com/pipermail/discuss_jquery.com/2006-June/ 006355.html> -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/[EMAIL PROTECTED]/M1c002 phpHeaven : http://www.phpheaven.net/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
