Skip to main content

Bug Tracker

Side navigation

#5831 closed bug (invalid)

Opened January 15, 2010 09:38PM UTC

Closed June 14, 2010 12:03AM UTC

jQuery 1.4 bug

Reported by: berkel Owned by:
Priority: major Milestone: 1.4.1
Component: unfiled Version: 1.4
Keywords: Cc:
Blocked by: Blocking:
Description

jQuery 1.3.2

$('<div><script></script></div>'); // [div]

jQuery 1.4

$('<div><script></script></div>'); // [div, script]

Attachments (0)
Change History (1)

Changed June 14, 2010 12:03AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

And... ?