How to add tooltip Bootstrap?
In this post we will give you information about How to add tooltip Bootstrap?. Hear we will give you detail about How to add tooltip Bootstrap?And how to use it also give you demo for it if it is necessary.
Nowdays bootstrap is very famouse framework. If you are macking design using bootstrap then you can easily use tooltip with better design. If you think how to set right side tooltip, or how to set left side tooltip, or how to set top side tooltip and how to set bottom side tooltip then you can set easily. In following example you can i add top side tooltip of button. Mostly we require to add tooltip on icon and button so let’s see and if you require to your prject then implement.
Example:
<button rel="tooltip" title="Create new record">Create</button>
<script type="text/javascript">
$(document).ready(function(){
$("[rel=tooltip]").tooltip({ placement: 'top'});
});
</script>
Hope this code and post will helped you for implement How to add tooltip Bootstrap?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs