mhpreiman
11/23/2016 - 12:15 AM

test jQuery loadedness

if (typeof jQuery != 'undefined') 
  alert("jQuery library is loaded!");
else 
  alert("jQuery library is not found!");