jaimex8
12/9/2015 - 10:58 PM

Check if Jquery is running

Check if Jquery is running

<!-- Check jQuery -->
if (jQuery) 
  console.dir("jQuery "+$().jquery +" loaded"); 
else
  console.dir("jQuery NOT loaded");

if($.ui) 
  console.dir("jQuery UI "+$.ui.version+" loaded"); 
else
  console.dir("jQuery UI NOT loaded");