[jQuery] Re: Flash effect with show/hide

2009-08-26 Thread guidebook
I've resolved the problem. It was that my hover event didn't work anymore after a ajax call. Here is an interesting article: http://jetlogs.org/2009/01/29/re-binding-jquery-events-on-ajax-callbacks/ Thanks for the help! On 25 août, 12:49, guidebook wrote: > Thanks for your help:) > > I have a

[jQuery] Re: Flash effect with show/hide

2009-08-25 Thread guidebook
Thanks for your help:) I have another problem though. The event is only fired twice. You can view the page here : http://www.best-radio.net/index.php The caption must appear for five seconds when you hover a cover art and then disappear. But it only works twice. Anyone have an idea? On Aug 25,

[jQuery] Re: Flash effect with show/hide

2009-08-25 Thread Liam Byrne
Use hoverIntent instead of hover - it's "child-friendly" in this regard L guidebook wrote: Hello, (Sorry for my english, it isn't my native language.) I would want to show a div (the information about the song) when the visitor hover on a cover art on a radio website but this div overlap the

[jQuery] Re: Flash effect with show/hide

2009-08-24 Thread James
Try the hoverIntent plug-in. http://cherne.net/brian/resources/jquery.hoverIntent.html You can add a delay so that your event will not be called until the user stays on the cover art for some short period of time. On Aug 24, 8:34 am, guidebook wrote: > Hello, > > (Sorry for my english, it isn't