Modify ↓
Ticket #12043 (closed bug: invalid)
Sizzle Error - unrecognised expression (0)
| Reported by: | rich@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
On the webpage, http://www.bimomotor.com/bimo/category/All+categories
I am using the jQuery tablesorter module, and noticed that it stopped working after I added the user rating after the username shown in the 'Created By' column.
Looking at jQuery - the problem occurs when tablesorter tries to parse the cell: <td><a href="/bimo/user/profile/admin">admin (0)</a></td>
Seems innocuous enough, but why does jQuery report an error in line 4267 (jquery.1.7.2.js) - "Syntax error, unrecognized expression: (0)"
Very odd
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.

This would require debugging the tablesorter plugin, so it's not (yet) a core bug. Ask for help in narrowing down the problem, and if you find a true bug please post a reduced test case with clear description of the problem.