Modify ↓
Ticket #10822 (closed bug: duplicate)
$('[nodeName]', xmlDoc); no longer finds anything
| Reported by: | jason.redding@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Used to work in jQuery version 1.6.4. No longer works in jQuery version 1.7.
GET an XML document $.ajax( ... ) .done(function(data) {
var $elements = $('[nodeName="namespace:element"]', data); alert($elements.length);
});
Change History
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.
