Side navigation
#4271 closed bug (invalid)
Opened February 28, 2009 05:18PM UTC
Closed February 28, 2009 08:29PM UTC
can not use # for document
Reported by: | Trường Sơn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when i use $('#').ready(...), it's say uncaught exception: Syntax error, unrecognized expression: #,
but when i replace # with document : $('document'),it's ok.
Is there jQuery documentation that says
is equal to ?