Quantcast
Viewing all articles
Browse latest Browse all 9

Answer by ceejayoz for How can I check if a jQuery plugin is loaded?

This sort of approach should work.

var plugin_exists = true;try {  // some code that requires that plugin here} catch(err) {  plugin_exists = false;}

Viewing all articles
Browse latest Browse all 9

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>