I tried the following code.But its not working.
$('#id').mouseover(function(e) { setTimeout('alert("Mouse Over Called")', 5000); }