Error in dblclick.js ("unclick is not a function")
tiziano - October 10, 2007 - 14:33
| Project: | Double Click |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
On Firefox 2.0.0.6 (Ubuntu Gutsy), I got this error in dblclick.js:
$("a[@href]").not("[@href*=':']").unclick is not a function
The line which trigger the error is the following (#36):
$("a[@href]").not("[@href*=':']").unclick().click(clicker).dblclick(dblClicker);

#1
Investigating more on this error, I found this issue: http://drupal.org/node/141079 which was very similar to mine. So, simply activating the module JQuery Update solved my problem.