Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created October 22, 2014 16:28
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 linus-amg/0dfb3cabfe5408fff0e8 to your computer and use it in GitHub Desktop.
Save linus-amg/0dfb3cabfe5408fff0e8 to your computer and use it in GitHub Desktop.
bootstrap tooltip template para controlar con css
$('#password').tooltip({
trigger: 'manual',
template: '<div id="owaspResponse" class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment