[jQuery] Re: Injecting jQuery with A Bookmarklet

2008-02-23 Thread Dave Stewart
How funny - I wrote the exact same thing tonight! http://www.keyframesandcode.com/code/development/javascript/jquery-favelet/

[jQuery] Re: Injecting jQuery with A Bookmarklet

2008-02-23 Thread Karl Swedberg
Hi Alan, To test if jQuery exists, you could try: if(typeof jQuery != 'undefined') { // do something } --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 23, 2008, at 1:20 PM, Alan Gutierrez wrote: I have a bookmarklet that reads like so...