[jQuery] slideDown and slideUp Display Issue in Firefox
This is referring to revision 165.
I have a form and a link like so:
--------------------------------------------------------------------------
<a href="">link</a>
<form>
....
</form>
--------------------------------------------------------------------------
and the following javascript:
--------------------------------------------------------------------------
$("form").hide();
$("a").toggle(
function(){$("form").slideDown("fast");},
function(){$("form").slideUp("fast");}
);
--------------------------------------------------------------------------
Ignoring the toggle issue that I posted right before this, the form
doesn't slide down and up properly. The background of it slides
correctly, but the actual form elements and form itself instantly
show/hide without the slide effect.
This bug wasn't in revision 88, the dev version.
--
Best Regards,
Nate Wienert
www.gamegum.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/