Opened 10 years ago
Closed 10 years ago
#13790 closed bug (duplicate)
jQuery 1.9.1 doesn't support $(html) when not left trimmed
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Simplest repro case: (http://jsfiddle.net/35z3x/1/)
$('body').append($('<h1>Hello 1</h1>')); $('body').append($('<h1>Hello 2</h1> ')); $('body').append($(' <h1>Hello 3</h1>'));
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:3 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Duplicate of #13223.
Note: See
TracTickets for help on using
tickets.
Duplicate of #13323.
Please do use the jQuery Migrate plugin and read the jQuery 1.9 upgrade guide.