An event that you need to do to go to the next step
It may take the values: "next" (default), "click", "mousedown", "mouseup", "mouseenter", "keydown", "keyup", "blur", "submit" and others jQuery events.
If you want to listen for the event in another element, then use the array construction. The first array element is an "event", the second element is a jQuery objectIt may take the values: ["eventName",$("yourSelector")]
"eventName" - Any jQuery event jQuery events
"yourSelector" - Any jQuery selector name (".classname","#idname", and other jquery selectors jQuery selectors)