Modify ↓
Ticket #6665 (closed feature: invalid)
Selector problem
| Reported by: | Beho Double | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | ||
| Component: | selector | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Change History
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.

You need to escape the comma with
in the string.
BTW, a number alone is not a valid id, and a comma in an id is not valid either. But jQuery will allow you to include it by escaping with backslash.
http://www.w3.org/TR/html4/types.html#h-6.2