Opened 14 years ago
Closed 14 years ago
#4271 closed bug (invalid)
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.
Attachments (2)
Change History (4)
Changed 14 years ago by
Attachment: | jquery_1.3.2 _ajax _error.jpg added |
---|
comment:1 Changed 14 years ago by
Is there jQuery documentation that says $('#')
is equal to $(document)
?
comment:2 Changed 14 years ago by
Component: | unfilled → selector |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
error when using # for document