[jQuery] mouseOut problem, tip not dissapearing

2009-01-07 Thread i...@wenn.com
We have a page that when you hover over images the tooltip shows, when you click on the image, the list of images is hidden but the tip seems to still say on the screen till i move mouse over another object that has a tip on it. Is there any way around this problem?

[jQuery] mouseout problem

2009-01-06 Thread saiful.ha...@gmail.com
hi all, i has a litle problem when using $(IdElement).shie("slow"); this my code my JQuery $(document).ready(function() { $("#text_span").mouseover(function(){ $("isPopUp").show("slow");}); $("#isPopUp").mouseover(function(){$("#isPopUp").css("display", "block");}); $("#isPopUp").mouseout(functi