Modify ↓
Ticket #2337 (closed bug: invalid)
jQuery(selector, context) don't work with unbound nodes
| Reported by: | ieure | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.4 |
| Component: | core | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
If you pass an array of jQuery selection of un-bound (i.e. not present in the page's DOM) nodes, selectors don't work at all.
Looks like a long-standing bug, I can reproduce it in 1.1.4 and 1.2.3.
Testcase attached.
Attachments
Change History
Changed 5 years ago by ieure
-
attachment
index.2.html
added
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.

Markup for the testcase