tooltip风格高级jquery分步引导插件 Tour.JS is a javascript library for guiding users through your app

Tour.JS

Tour.JS is a javascript library for guiding users through your app.
Easily create advanced tours with text, links, buttons and custom scripts!

Demo Tour Documentation GitHub

Why Tour.JS?

Easy to install

Tour.JS is really easy to install! You only have to include jQuery, Tour.JS and a tour theme.

Easy to customize

Do you want to customize the tour containers? You can just download another theme, edit the style sheet to make your own theme, or edit the tour container via Javascript!

Timer

You can easily add a timer to a step. After the set amount of time, the next step will appear.

Hooks

You can easily position each step because of hooks. Just set the hook to a class or id and Tour.JS will automatically position the step!

Custom scripts

With the onShow and onHide fields on the step object, you can easily add custom scripts when the step appears or disappears! The possibilities are endless!

Themes

Implement Tour.JS

                
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
                
            
                
<script src="https://Bastiaan225.github.io/TourJS/frameworks/Tour/tour.js"></script>
                
            
                
<link rel="stylesheet" href="https://Bastiaan225.github.io/TourJS/frameworks/Tour/tour-default.css">