[jQuery] Re: Slowing callback function

2007-09-02 Thread Erik Beeson
My 750 might be too fast for the effect you're looking for. Maybe try changing it to 2000 or something? --Erik On 9/2/07, atomicnuke <[EMAIL PROTECTED]> wrote: > > > Still didn't seem to work > > On Sep 2, 8:28 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > > I assume your selectors are just for

[jQuery] Re: Slowing callback function

2007-09-02 Thread atomicnuke
Still didn't seem to work On Sep 2, 8:28 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > I assume your selectors are just for example since $('slidediv') isn't a > valid selector (unless you have an element like ..., > which you probably don't have if you're doing HTML). > > To delay the second ef

[jQuery] Re: Slowing callback function

2007-09-02 Thread Erik Beeson
I assume your selectors are just for example since $('slidediv') isn't a valid selector (unless you have an element like ..., which you probably don't have if you're doing HTML). To delay the second effect, you can use setTimeout, like so (untested): $('slidediv').slideUp('slow', function() {