Answers for "tooltip bootstrap style"

0

bootstrap button tooltip

<!-- Bootstrap button Tooltip 
You can look here for in depth info: 
https://getbootstrap.com/docs/4.0/components/tooltips/

OR use the bellow example : -->
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Tooltip on top">
  Tooltip on top
</button>
Posted by: Guest on April-19-2021
0

how to add heading and paragraph in bootstrap tooltip

<a href="#" rel="tooltip" title="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas bibendum ac felis id commodo. Etiam mauris purus, fringilla id tempus in, mollis vel orci. Duis ultricies at erat eget iaculis.">Hover here please</a>
Posted by: Guest on April-14-2021

Browse Popular Code Answers by Language