Modify ↓
Ticket #4403 (closed bug: invalid)
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: | ||
| Blocking: | Blocked by: |
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;
});
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please resubmit your ticket with a valid test case that reproduces this issue on jsFiddle.