jQuery: The Write Less, Do More JavaScript Library

Ticket #2062 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

not() does not work with DOMElement

Reported by: stefan Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: core
Version: 1.2.1 Keywords:
Cc: Needs: Review

Description

$('div.pane').not(document.getElementById('dodo'))

the element with ID 'dodo' is not removed from selection

Attachments

Change History

Changed 5 months ago by davidserduke

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4206].

Note: See TracTickets for help on using tickets.