Side navigation
#12043 closed bug (invalid)
Opened July 09, 2012 08:09AM UTC
Closed July 10, 2012 12:38AM UTC
Sizzle Error - unrecognised expression (0)
Reported by: | rich@rwapservices.co.uk | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Attachments (0)
Change History (1)
Changed July 10, 2012 12:38AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
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.