Modify ↓
Ticket #8248 (closed bug: duplicate)
i'm founded an error
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.next |
| Component: | selector | Version: | 1.5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
ERROR: uncaught exception: Syntax error, unrecognized expression: a[href=/]
in: $('#top_menu a[href=\/], #bottom_menu a[href=\/]').addClass('a_in_page'); or $('#top_menu a[href=/], #bottom_menu a[href=/]').addClass('a_in_page');
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.

but in JQuery 1.4.4 it's worked, no problem!!