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 comment:1
Changed March 24, 2007 06:03PM UTC by comment:2
need: | → Review |
---|---|
resolution: | → worksforme |
status: | new → closed |
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".
You mean $("html"), right...?