Side navigation
#4403 closed bug (invalid)
Opened March 23, 2009 04:24AM UTC
Closed December 02, 2010 08:07AM UTC
Hidden (display:none) form lost after show. (Firefox 3.0.7, Ubuntu 8.10)
Reported by: | kossnocorp | Owned by: | kossnocorp |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('a.file-upload').live('click', function() {
if($('form.file-upload:visible').length) {
$('form.file-upload').slideUp(300); doesn't work
($('.file-upload')) - find
only <a>
} else {
$('form.file-upload').slideDown(300); work
}
return false;
});
Please resubmit your ticket with a valid test case that reproduces this issue on jsFiddle.