Hello Im trying to use this in my website but there is a problem: I keep getting error message that (data)....tooltip is not a function so the js is not working. How can I fix it so I can use it in my website? Thank you :)
Tinico Talks () - 9 years ago - Reply 0
<script type="text/javascript"> $(document).ready(function () { $('[data-toggle="tooltip"]').tooltip() });
</script>
add this js at the end of the page :)
sunil karanjit () - 8 years ago - Reply 0
Cool! :) And by the way - thanks for using my snippet as your inspiration. Hehe
Alex () - 10 years ago - Reply 0