Side navigation
#13790 closed bug (duplicate)
Opened April 19, 2013 05:32AM UTC
Closed April 19, 2013 01:16PM UTC
jQuery 1.9.1 doesn't support $(html) when not left trimmed
Reported by: | jquery.chris@adventurecow.com | 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>'));
Duplicate of #13323.Please do use the jQuery Migrate plugin and read the jQuery 1.9 upgrade guide.