Opened 15 years ago
Closed 15 years ago
#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: | ||
Blocked by: | Blocking: |
Description
$('div.pane').not(document.getElementById('dodo'))
the element with ID 'dodo' is not removed from selection
Note: See
TracTickets for help on using
tickets.
Fixed in [4206].