A quick way to check for the running version of jQuery in your code:
if (jQuery.fn.jquery < '1.3.2')
console.log('yes');
Davis Technology Consulting
by Annyce Davis
A quick way to check for the running version of jQuery in your code:
if (jQuery.fn.jquery < '1.3.2')
console.log('yes');