Download & Extend

Error in dblclick.js ("unclick is not a function")

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

Status:active» closed (fixed)

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.

nobody click here