Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 4 years ago by Trường Sơn
-
attachment
jquery_1.3.2 _ajax _error.jpg
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

error when using # for document