Skip to main content

Bug Tracker

Side navigation

#11832 closed bug (invalid)

Opened May 29, 2012 04:51PM UTC

Closed May 29, 2012 09:22PM UTC

XML parse in IE7,8

Reported by: mctep77@gmail.com 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

Attachments (0)
Change History (1)

Changed May 29, 2012 09:22PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

See $.parseXML()