#771 closed bug (fixed)
remove(String) fails to filter elements
Reported by: | joern | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1a |
Component: | core | Version: | 1.1a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Something like $("#container *").remove("a") should remove only anchors, but it ignores the filter and removes everything.
Test is already commited.
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev 980.