<script> $(document).ready(function() { ///////// $( "#my_tooltip" ).tooltip({ show: { effect: "explode", duration: 800 } }); /////// }) </script>