Skip to content

f2er/intro.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro.js

A better way for new feature introduction and step-by-step users guide for your website and project.

##How to use Simple 3 steps.

1) Include intro.js and introjs.css (or minified version for production) in your page.

2) Add data-intro and data-step to your HTML elements.
For example:

<a href='http://google.com/' data-intro='Hello step one!' data-step='1'></a>

3) Call this JavaScript function:

introJs().start();

Also you can pass one parameter to introJs function to limit the presentation section, for example introJs(".introduction-farm").start(); runs the introduction only for elements with class='introduction-farm'.

About

A better way for new feature introduction and step-by-step users guide for your website and project.

Resources

Stars

Watchers

Forks

Packages

No packages published