Opened 15 years ago
Closed 15 years ago
#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: | |
Blocked by: | Blocking: |
Description
This doesn't work:
$('.overlay').remove();
This does:
$('.overlay').each(function(){ $(this).remove()});
Change History (1)
comment:1 Changed 15 years ago by
Milestone: | 1.2.1 → 1.2.2 |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
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?