Hello Friends I have use hover function then create problem is-- when mouse hover the pop up show and hover out then pop up not show when again and again .hover function then my program in loop and again and again show mu pop up out and pop up hide . i want to only one popup show in .hover function , when user again and again .hover in my image, i want to show one pop up in again and again hover then hover complete then show again popup.
$('#myelement').hover( function{ // do something when hover }, function(){ // do something when mouse is away, probably revert the element to the original status }); Code (markup):