Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created September 13, 2011 09:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergejmueller/1213479 to your computer and use it in GitHub Desktop.
Save sergejmueller/1213479 to your computer and use it in GitHub Desktop.
Prüfung auf ein geladenes und ansprechbares jQuery-Plugin
if ( jQuery.isFunction(jQuery.fn.bxSlider) ) {
$('#slider').bxSlider(
{
...
}
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment