Parameter steps.event | iGuider Product Tour

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 object

It 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)

Start Tour

Element 1 Element 2 Element 3

Source