#4476 closed bug (worksforme)
Jquery not support XML parse for IE
Reported by: | huodian007 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Change History (3)
comment:1 Changed 14 years ago by
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This must have been a bug in the pre-release 1.3; the code is correct in 1.3.2.
Note: See
TracTickets for help on using
tickets.
in Jquery.1.3.2 line 1945 To get the XML text, in firefox it is elem.textContent, but in IE it is elem.text so it should change
to