#1040 closed bug (worksforme)
$(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.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
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".
Note: See
TracTickets for help on using
tickets.
You mean $("html"), right...?