[jQuery] Pause after SlideUp
Example page: <a href="http://www.commadot.com/jquery/nextrow/toggle.htm#">
http://www.commadot.com/jquery/nextrow/toggle.htm#</a>
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