[jQuery] Re: fadein/fadeout conflicting

2008-10-01 Thread backdoc
ack").fadeTo(100,1); > > }); > > And make sure your doesn't have any child elements, otherwise the > hover function will be called repeatedly on mouse move. > > - ricardo > > On Sep 29, 8:42 pm,backdoc<[EMAIL PROTECTED]> wrote: > > > I'

[jQuery] fadein/fadeout conflicting

2008-09-29 Thread backdoc
) ends, it triggers the next method. I wouldn't expect that. I figure this is probably jQuery 101. But, I couldn't find the answer in the archives. Any suggestions? TIA, backdoc $(document).ready(function() { $("a").click(function(e) { e.preventDe