Side navigation
#1700 closed bug (worksforme)
Opened September 21, 2007 12:10AM UTC
Closed September 26, 2007 10:04PM UTC
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()});
Attachments (0)
Change History (1)
Changed September 26, 2007 10:04PM UTC by comment:1
milestone: | 1.2.1 → 1.2.2 |
---|---|
resolution: | → worksforme |
status: | new → closed |
I can't confirm this, at all. Could you please provide a test case with this and re-open the ticket?