Answers for "why bootstrap tooltip has no styling"

1

bootstrap tooltip not working

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

bootstrap tooltip Initialize

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

Browse Popular Code Answers by Language