Side navigation
#2062 closed bug (fixed)
Opened December 17, 2007 06:46AM UTC
Closed December 17, 2007 04:55PM UTC
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
Attachments (0)
Change History (1)
Changed December 17, 2007 04:55PM UTC by comment:1
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Fixed in [4206].