Funny, I was looking for a "pause" function just a couple of days ago. +1 for adding it to the core. One of those intuitive things you think should be there.
-- Josh ----- Original Message ----- From: Glen Lipka To: jquery-en@googlegroups.com Sent: Thursday, July 12, 2007 4:41 PM Subject: [jQuery] Re: Pause after SlideUp Nevermind. There is a pause() plugin. How very easy! It's so tiny! This should be in the core! http://blog.mythin.net/projects/jquery.php Glen PS. I have no say on what's in the core. But I like to pretend. :) On 7/12/07, Glen Lipka <[EMAIL PROTECTED] > wrote: Example page: http://www.commadot.com/jquery/nextrow/toggle.htm# Its currently slidingUp, then ajax call, then slideDown. But its a little abrupt. Id like it to slideUp, ajax, PAUSE 400 ms, then slideDown. How can I put a pause in there? Isn't there a plugin that helps with this? Glen