.dblclick()

  • function
FuncUnit.prototype.dblclick  

dblclick(options [,success])

Double clicks an element by clicking it twice and triggering a dblclick event.

Parameters

  1. options {Object}

    options to add to the mouse events. This works the same as .click()'s options.

  2. success {function()}Optional

    a callback that runs after the double click, but before the next action.

Returns

{funcUnit}

returns the funcunit object for chaining.