Skip to main content

Bug Tracker

Side navigation

#13591 closed bug (duplicate)

Opened March 11, 2013 07:06AM UTC

Closed March 11, 2013 01:39PM UTC

jQuery >= 1.9 is incapable of handling strings as objects

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 2.0b1
Keywords: Cc:
Blocked by: Blocking:
Description

Works:

e=$('<div id="error_explanation"></div>');
alert(e);

Works in 1.8.3, fails in 1.9.0, 1.9.1 and 2.0.0b1:

e=$(' <div id="error_explanation"></div>');
alert(e);

(Note the space before the <div)

Attachments (0)
Change History (2)

Changed March 11, 2013 08:20AM UTC by anonymous comment:1

Changed March 11, 2013 01:39PM UTC by timmywil comment:2

resolution: → duplicate
status: newclosed

Duplicate of #13223.