Solution 1 :

You can use this

$('selector').unbind('dblclick')

Problem :

Does anyone know how I can disable a double click event with jQuery or CSS?

<td class="example"></td>

Comments

Comment posted by Rory McCrossan

By default a double click on a

Comment posted by death2018

I only want to disable a specific one, not all

Comment posted by Rory McCrossan

Right, but

Comment posted by epascarello

ondblclick="return false"

By