This sort of approach should work.
var plugin_exists = true;try { // some code that requires that plugin here} catch(err) { plugin_exists = false;}
This sort of approach should work.
var plugin_exists = true;try { // some code that requires that plugin here} catch(err) { plugin_exists = false;}