Jquery Tourbus

A jQuery tour/walkthrough plugin.
Alternatives To Jquery Tourbus
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Selectize.js12,980600112a month ago7July 12, 201860apache-2.0SCSS
Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
Bootstrap Fileinput5,3171,1823518 days ago90October 13, 202220otherJavaScript
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
Jstree5,09239814125 days ago32September 19, 20235mitJavaScript
jquery tree plugin
Jquery Mask Plugin4,65125066a year ago30July 31, 2019118otherJavaScript
A jQuery Plugin to make masks on form fields and HTML elements.
Unveil4,272
3 years ago1February 03, 2015106JavaScript
A very lightweight jQuery plugin to lazy load images
Malihu Custom Scrollbar Plugin4,110299582 years ago11July 10, 2016412otherJavaScript
Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc.
Jquery Placeholder4,073120113 years ago4January 12, 201629mitJavaScript
A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
Animsition3,7492144 years ago8April 26, 201676mitCSS
A simple and easy jQuery plugin for CSS animated page transitions.
Bootstrap Multiselect3,62082258 months ago4August 01, 2021302otherHTML
JQuery multiselect plugin based on Twitter Bootstrap.
Overlayscrollbars3,180100149a day ago58November 22, 20237mitTypeScript
A javascript scrollbar plugin that hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.
Alternatives To Jquery Tourbus
Select To Compare


Alternative Project Comparisons
Readme

jQuery TourBus

A tour/walkthrough plugin for developers. It includes limited automatic behavior, more like a 'toolkit' than some of the others out there.

Installation

CoffeeScript and LESS source files are available in src while compiled/pre-processed/minified files are in dist. Wire up your asset packager appropriately or include the css and js by hand old-school:

<script src='path/to/jquery.min.js'></script>
<script src='path/to/jquery-tourbus.min.js'></script>
<link href='path/to/jquery-tourbus.min.css' media='all' rel='stylesheet' type='text/css' />

jQuery is the only dependency. I think technically it will be able to support Zepto without too much difficulty.

Documentation

Docs coming to this readme at some point, but for now you'll find all the details and a demo on the website.

Contributing

This project uses grunt plus an npm package.json for development (the plugin itself is not on npm). That means you can hack on it by forking the repo and:

$ npm install -g grunt-cli
$ git clone [email protected]:<you>/jquery-tourbus.git
$ cd jquery-tourbus
$ npm install
$ grunt build
$ open site/index.html # on OSX, opens the demo site in your browser

Other useful tasks:

# run headless tests
$ grunt test

# build test js/etc and open them in your browser
$ grunt build coffee:test
$ open test/runner/basic.html

# clean up minified source in site/ and compiled tests in test/
$ grunt clean

# watch for changes to sources and build
$ grunt watch:dev

# watch for changes to tests and build
$ grunt watch:test

# prepare compiled/minified sources for deploy
$ grunt dist

If you're working on a pull request, please remember to work on a local branch instead of master.

Contributors

Popular Plugin Projects
Popular Jquery Projects
Popular Libraries Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Plugin
Jquery
Coffeescript
Tour
Zepto