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
Comment #1
tiziano commentedInvestigating 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.