Skip to content

Instantly share code, notes, and snippets.

@johno
Created July 15, 2014 18:49
Show Gist options
  • Save johno/b71ebf49157faa6e2827 to your computer and use it in GitHub Desktop.
Save johno/b71ebf49157faa6e2827 to your computer and use it in GitHub Desktop.
Tooltips with bootstrap.
$(document).ready(function() {
$('*[data-toggle="tooltip"]').tooltip({ container: "body"});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment