Method run | iGuider Product Tour

This method starts a tour from the parameter set that matches the passed identifier by "set" method.
Each running tour stops the demonstration of the previous tour.


iGuider('set',[
		{tourID:'one',...}, 
		{tourID:'two',...}
	]
);	

iGuider('run','one');
			

Start One Start Two

Element 1 Element 2 Element 3

Source