Skip to content

Instantly share code, notes, and snippets.

@gwa
Created December 20, 2013 10:58
Show Gist options
  • Save gwa/8053245 to your computer and use it in GitHub Desktop.
Save gwa/8053245 to your computer and use it in GitHub Desktop.
Check if a jQuery plugin is loaded/available
if (!jQuery().pluginName) {
return;
}
// do something with the plugin here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment