Modify ↓
Ticket #11832 (closed bug: invalid)
XML parse in IE7,8
| Reported by: | mctep77@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('<item></item>').length; return 1
$('<item attr></item>').length; return 2 $('<item attr=""></item>').length; return 2 $('<item attr="value"></item>').length; return 2
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.

See $.parseXML()