Skip to main content

Check whether jquery is loaded

This one line of code can check whether jquery is loaded or not on your page:

if(jQuery) alert("Hello");

Comments