Opened 11 years ago
Closed 11 years ago
#11832 closed bug (invalid)
XML parse in IE7,8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Note: See
TracTickets for help on using
tickets.
See
$.parseXML()