You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added read me instructions. Fixed default position.
Added instructions on how to use the 'data-position' attribute to the read me. Fixed the default position of the tooltip where it wasn't placing the tooltip at the bottom position unless specified as such; it now defaults to the bottom if no data-position is set. Ran the file through javascriptlint and fixed a couple small things.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ Intro.js can be added to your site in three simple steps:
8
8
9
9
**1)** Include `intro.js` and `introjs.css` (or the minified version for production) in your page.
10
10
11
-
**2)** Add `data-intro` and `data-step` to your HTML elements.
11
+
**2)** Add `data-intro` and `data-step` to your HTML elements. You can optionally set the tooltip's position by adding `data-position`. The default position is 'bottom'.
0 commit comments