Side navigation
#8248 closed bug (duplicate)
Opened February 11, 2011 02:39PM UTC
Closed February 11, 2011 02:55PM UTC
Last modified February 11, 2011 02:55PM UTC
i'm founded an error
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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');
but in JQuery 1.4.4 it's worked, no problem!!