Opened 13 years ago
Closed 13 years ago
#8494 closed bug (invalid)
$('<span class="x">') does not parse in IE
Reported by: | kellyselden | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
test case: http://jsfiddle.net/YRnFa/
$('<span>') //works $('<span class="x" />') //works $('<span class="x">') //doesn't work
works fine in FF.
Note: See
TracTickets for help on using
tickets.
Yes. The docs are clear on this.
http://api.jquery.com/jQuery/#jQuery2