Sha256: b9c01c7a8152929249f139d3a49f876a25a7cae929353712b686ad65a2a94c20
Contents?: true
Size: 437 Bytes
Versions: 7
Compression:
Stored size: 437 Bytes
Contents
--- title: tree.dblclick name: event-tree-dblclick --- The **tree.dblclick** is fired when a tree node is double-clicked. The event contains the following properties: * **node**: the node that is clicked on * **click_event**: the original click event {% highlight js %} $('#tree1').bind( 'tree.dblclick', function(event) { // event.node is the clicked node console.log(event.node); } ); {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems