Answers for "bootstrap 4.5.1 tooltip problem with jquert min"

1

bootstrap tooltip not working

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

Browse Popular Code Answers by Language