$target_node.oneordoubleclick({oneclick: function(){
console.log('you have click this node.');
}, dblclick: function() {
console.log('you have double click this node.');
}
});
More details please visit jQuery-OneOrDoubleClick Plugin.
If you have any idea please contact me by sending it to [email protected], or you can put your issue here.