Skip to content

Instantly share code, notes, and snippets.

@oojacoboo
Created June 26, 2013 18:11
Show Gist options
  • Select an option

  • Save oojacoboo/5869857 to your computer and use it in GitHub Desktop.

Select an option

Save oojacoboo/5869857 to your computer and use it in GitHub Desktop.
/**
* Extending the bootstrap tooltip to add new shortcut methods
*/
jQuery.fn.extend($.fn.tooltip, {
alert: function() {
this.show();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment