To detect jQuery plugins I found more accurate to use the brackets:
if(jQuery().pluginName) { //run plugin dependent code}
To detect jQuery plugins I found more accurate to use the brackets:
if(jQuery().pluginName) { //run plugin dependent code}