I need to add a predelay on my jQuery UI tooltips. I am using the most recent version (1.9) and would like the tips to open 2 seconds after they are hovered over.
I am calling the tips in my header using:
<script>
$(function() {
$( document ).tooltip({ predelay:2000,});
});
</script>
But when they are fired, they do not have any delay whatsoever… any help?
use this