Skip to content

Instantly share code, notes, and snippets.

@bradvin
Created May 2, 2013 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradvin/5504285 to your computer and use it in GitHub Desktop.
Save bradvin/5504285 to your computer and use it in GitHub Desktop.
check jQuery plugin exists
if (jQuery.fn.pluginname) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment