Skip to main content

Bug Tracker

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>'));
Attachments (0)
Change History (3)

Changed April 19, 2013 12:59PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13323.Please do use the jQuery Migrate plugin and read the jQuery 1.9 upgrade guide.

Changed April 19, 2013 01:14PM UTC by dmethvin comment:2

resolution: duplicate
status: closedreopened

Changed April 19, 2013 01:16PM UTC by dmethvin comment:3

resolution: → duplicate
status: reopenedclosed

Duplicate of #13223.