Opened 10 years ago
Closed 10 years ago
#13164 closed bug (worksforme)
Error when using the child selector on an element not in the DOM
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery('<tr>').is('table > tr')
TypeError: Cannot read property 'nodeName' of null @jquery-basis.js:2961
Expected result: false
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/RSHQ4/