Posted by tiziano on October 10, 2007 at 2:33pm
Jump to:
| Project: | Double Click |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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);
Comments
#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.