Answers for "bootstrap tooltip notification"

1

bootstrap tooltip not working

<script type="text/javascript">
    $(function () {
        $("[rel='tooltip']").tooltip();
    });
</script>
Posted by: Guest on June-21-2020
2

bootstrap tooltip

$(function () {
  $('[data-toggle="tooltip"]').tooltip()
})
Posted by: Guest on October-11-2020

Browse Popular Code Answers by Language