.dblclick()
FuncUnit.prototype.dblclick
dblclick(options [,success])
Double clicks an element by clicking it twice and triggering a dblclick event.
Parameters
-
options
{Object}
options to add to the mouse events. This works the same as .click()'s options.
-
success
{function()}
Optionala callback that runs after the double click, but before the next action.
Returns
{funcUnit}
returns the funcunit object for chaining.