Modify ↓
Ticket #1700 (closed bug: worksforme)
Remove Method Does Not Work On Result Set Selected By Class - Version 1.2.1
| Reported by: | cosmogenesis | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | Remove | Cc: | |
| Blocking: | Blocked by: |
Description
This doesn't work:
$('.overlay').remove();
This does:
$('.overlay').each(function(){ $(this).remove()});
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.

I can't confirm this, at all. Could you please provide a test case with this and re-open the ticket?