On Feb 6, 2008, at 5:41 PM, MikeeBee wrote:

Is there a small piece of code you can put on a page to test if jquery
has loaded?

Thanks


Sure. You could do this:

if (typeof jQuery != 'undefined') {
        // do something
}


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



Reply via email to