Skip to main content

Bug Tracker

Side navigation

#1040 closed bug (worksforme)

Opened March 11, 2007 10:33AM UTC

Closed March 24, 2007 06:03PM UTC

Last modified June 21, 2007 05:09AM UTC

$(html) always returns an empty set

Reported by: arrix Owned by:
Priority: critical Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:
Description

Just checked out the latest svn. $(html) always returns an empty set. Seems that there's something wrong in jquery.js since rev 1511.

Attachments (0)
Change History (2)

Changed March 12, 2007 12:55AM UTC by cdomigan comment:1

You mean $("html"), right...?

Changed March 24, 2007 06:03PM UTC by john comment:2

need: → Review
resolution: → worksforme
status: newclosed

I just ran a quick test and both $("html") and $("<b>html</b>") work completely as expected in the latest SVN. Closing this ticket as "worksforme".