Modify ↓
Ticket #2062 (closed bug: fixed)
not() does not work with DOMElement
| Reported by: | stefan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('div.pane').not(document.getElementById('dodo'))
the element with ID 'dodo' is not removed from selection
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.

Fixed in [4206].