Skip to content

Instantly share code, notes, and snippets.

@bkaminski
Created September 2, 2017 15:37
Show Gist options
  • Save bkaminski/a889db72e946c74995f403f25fc46dfd to your computer and use it in GitHub Desktop.
Save bkaminski/a889db72e946c74995f403f25fc46dfd to your computer and use it in GitHub Desktop.
BS2tooltip
<script type="text/javascript">
$(function () {
$("[data-toggle='tooltip']").tooltip();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment