[jQuery] Re: mouseOut problem, tip not dissapearing

2009-01-07 Thread amuhlou
If I'm understanding correctly the hide img list function is based on the click event, so putting the hide tooltip function inside of it would only work if the user always clicks on every image. On Jan 7, 1:48 pm, Kean wrote: > In the hide img function just call hide tip. > > On Jan 7, 8:53 am,

[jQuery] Re: mouseOut problem, tip not dissapearing

2009-01-07 Thread Kean
In the hide img function just call hide tip. On Jan 7, 8:53 am, "i...@wenn.com" wrote: > 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 obj

[jQuery] Re: mouseOut problem, tip not dissapearing

2009-01-07 Thread amuhlou
Without an example page or code showing how the tooltips are generated, it's very difficult to diagnose the problem. On Jan 7, 11:53 am, "i...@wenn.com" wrote: > 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