Skip to content

Instantly share code, notes, and snippets.

@venblee
Created August 5, 2013 08:03
Show Gist options
  • Save venblee/6154186 to your computer and use it in GitHub Desktop.
Save venblee/6154186 to your computer and use it in GitHub Desktop.
Bootstrap-ToolTip
<script>
$(document).ready(function ()
{
$("a").tooltip({
'selector' : '' ,
'placement' : 'bottom'
});
});
</script>
<a data-toggle"tooltip" class="" title="Your tool tip text goes here">Click Here !!</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment