0

I am using bootstrap tool-tip. And the normal tool-tip is shown on mouse over on the object of tool-tip but i want tool-tip popover like that is shown bootstrap documentation and i using all of .js and .css file but that is not comming proper way of requirement. And am using these some files:-

<script language="javascript">
   $(document).ready(function(){
    $("[rel='tooltip']").tooltip();
    })
</script>

And Html with img that hover tool-tip is open:-

<a href="#" rel='tooltip' data-placement='bottom' title="App_above_and_beyond">
    <img src="img/app_above_and_beyond.jpg" alt="App_above_and_beyond" />
</a>

And also using bootstrap-tooltip.js file

<script type="javascript" src="js/bootstrap-tooltip.js" ></script>

1 Answers1

0

Check this fiddle

make sure you have this JS file

http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/js/bootstrap-tooltip.js
ppollono
  • 3,421
  • 1
  • 19
  • 29