By default if you specify a speed jquery adds a weird looking animation where it expands from the left end corner. I want it to just slide down. Is there a way to do that wi
Use slidedown():
$("test").slideDown("slow");