14-12-2009

Javascript Check if jQuery is loaded / defined on the page

You can check if jQuery has been loaded just as you would for any other Javascript object:

if(typeof(jQuery) != 'undefined'){
	// jQuery is loaded
}

Comments:

Your comment:

»

 

[x]