Answers for "show tooltip automatically"

0

show tooltip automatically

$(document).ready(function() {
$('p').tooltip({
   trigger: 'manual'
}).tooltip('show');
    setTimeout(function(){ $('p').tooltip('hide'); }, 3000);
});
Posted by: Guest on May-26-2020

Code answers related to "show tooltip automatically"

Code answers related to "Javascript"

Browse Popular Code Answers by Language