Here's what I have thus far:
http://jsfiddle.net/urccLq2u/4/
enter code here
(required to post)
The default tool tip position is set to bottom.
In the first code, I change the tool tip position right to show the example of the tool tip positioned right.
In the second code, I attempted to change one of the steps tool tip position to right and it didn't change.
Any ideas?
While data-position="left" does work, I find that embedding all of the meta information in the HTML makes it harder to understand what is going on, and also makes embedding more "adventurous" code in the tooltip, such as video playback, really ugly and hard to understand.
If you setOptions steps you get much easier to understand and manage code, and you can even have multiple intro.js sequences on the same page.
Just use intro1.start() and intro2.start() to kick off the sequence you need