[jQuery] Re: Wait until animation completed - callback?

2009-09-25 Thread Merlin
ack, but since you have limited access to the > callback of any existing events in progress you're always going to hit > the problem of not being able to fully utilise that. > > i'd be tempted to .stop() anything that's :animated on mouseover > before you start the new .fadeT

[jQuery] Re: Wait until animation completed - callback?

2009-09-25 Thread Merlin
does nobody have an idea? :-( On Sep 23, 5:13 pm, Merlin wrote: > Hi there, > > I am building huge list with subcategories in each category that fade > out once the mouse is placed over the category. It works great, BUT > the problem is, if your mouse goes down the list ver

[jQuery] Wait until animation completed - callback?

2009-09-23 Thread Merlin
solution? I could not think about how. Here is the code I am using: onmouseover="$('#51').slideToggle('fast');$('.subcategories:not (#51)').hide(700);" Thank you for any help!! Merlin

[jQuery] Re: Bug? Jumping show/hide in Chrome and Safari

2009-09-22 Thread Merlin
thank you for the reply. I finally solved it by using slideToggle followd by hide. regards, merlin On Sep 22, 4:56 pm, "ryan.j" wrote: > the handling of lists may be slightly buggy - i had a similar sounding > problem in IE with the fade/slide functions breaking margin-top.

[jQuery] Re: Bug? Jumping show/hide in Chrome and Safari

2009-09-22 Thread Merlin
Or am I overlooking something? Thank you for any help on that! Merlin On Sep 21, 9:39 pm, Merlin wrote: > Hi there, > > I am building a simple show/hide list with the help of jquery. It > works great on IE and Firefox but inChromeand Safari the closing > menuitems shift

[jQuery] Re: Bug? Jumping show/hide in Chrome and Safari

2009-09-22 Thread Merlin
Does nobody have an idea what is causing this? On Sep 21, 9:39 pm, Merlin wrote: > Hi there, > > I am building a simple show/hide list with the help of jquery. It > works great on IE and Firefox but inChromeand Safari the closing > menuitems shift the whole menu to the left f

[jQuery] Bug? Jumping show/hide in Chrome and Safari

2009-09-21 Thread Merlin
and-chrome/ Thank you for any help!! Regards, Merlin

[jQuery] Cluetip insertionafter

2007-11-29 Thread Merlin
({insertionType: 'insertAfter', insertionElement: 'div:first'}); If I comment that out, the box will not show up at all. Unless I move the invoking element out of the other div containers. Any ideas? Thank you for your help, Merlin

[jQuery] Form target out of jquery plugin cluetip

2007-11-29 Thread Merlin
form: But what is the target name? I can not find it anywhere. Can somebody please help? Thank you for any hint. Merlin

[jQuery] Problem with classes

2007-11-29 Thread Merlin
strange. Can somebody please shed some light on it? Thank you in advance, Merlin

[jQuery] Re: Displaying same input box

2007-11-16 Thread Merlin
Hello Adrian, I tried your code but on click of the button there is absolutly nothing happening?! I also tried to locate the potential error, but my JQuery knowledge is limited so far. Regards, Merlin On Oct 26, 1:30 pm, Adrian Lynch <[EMAIL PROTECTED]> wrote: > How about creating

[jQuery] Adressing the right area

2007-11-15 Thread Merlin
on() { var $loader = ''; $('.RB1').click(function(){ $('#C1').html($loader).fadeIn('slow'); return false; }); }); Reply Reply 2 Thank you for any help on this! Best regards, Merlin

[jQuery] Displaying same input box

2007-10-26 Thread Merlin
$('.saveButton').click(function(){saveChanges(this, false, i);}); $('.cancelButton').click(function(){saveChanges(this, revert, i);}); }); $('a#slick-down').click(function() { $('#slickbox').toggle('slow'); return false; }); }); Show test div Show div Text underneath Reply Comment text 1 Reply Comment text 2 Best regards, Merlin

[jQuery] Newbie question on hide objects

2007-10-25 Thread Merlin
. There must be a smarter way to achieve this. Thank you for any help on this. I am pretty much stuck here. Best regards, Merlin -- Merlin [EMAIL PROTECTED] -- http://www.fastmail.fm - Does exactly what it says on the tin

[jQuery] Multiple reply fields

2007-10-25 Thread Merlin
be a smarter way to achieve this. Thank you for any help on this. I am pretty much stuck here. Best regards, Merlin