Bug Tracker

Changes between Initial Version and Version 1 of Ticket #7583


Ignore:
Timestamp:
Nov 20, 2010, 10:09:23 PM (12 years ago)
Author:
snover
Comment:

Thanks for the report, but this is not a jQuery bug. You cannot create arbitrary elements from strings in IE without a third-party compatibility library like innerShiv. Even if you use such a thing, you are likely to run into more issues, so generally speaking you simply should not try to use jQuery to operate on non-HTML documents. In the future, please use the jQuery Forum for support requests.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7583

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #7583 – Description

    initial v1  
    1 
    21i use a textarea for build xml and after i parse it with $()
    32but in IE8 i have a strange result if i try to add a attribute on a node with another attribute, if the node have no attribute the result is ok. Use my script for test it, before change the javascript source.