$(document).ready(function() { $('p').tooltip({ trigger: 'manual' }).tooltip('show'); setTimeout(function(){ $('p').tooltip('hide'); }, 3000); });