Bug Tracker

Opened 11 years ago

Closed 11 years ago

#13591 closed bug (duplicate)

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)

Change History (2)

comment:2 Changed 11 years ago by Timmy Willison

Resolution: duplicate
Status: newclosed

Duplicate of #13223.

Note: See TracTickets for help on using tickets.