Recommend this page to a friend! |
Download |
Info | Documentation | Screenshots | Files | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
80% | Total: 176 | All time: 295 This week: 4 |
Version | License | JavaScript version | Categories | |||
scrolltracker 1.2.3 | GNU General Publi... | 1.5 | HTML, jQuery |
Description | Author | |||
This is a jQuery plugin to show a side bar with the page scroll progress. Innovation Award
|
Dynamic Scroll Progress Tracker plugin for jQuery
(c) 2016 David Whitworth (david@whitworth.de)
Released under the GNU General Public License (GPL)
A very versatile jQuery plugin that creates either a horizontal or a vertical (or both) scroll progress indicator based on your content. It is highly customizable and has a built-in linking function, so it can be used as an interactive table of contents.
Using the various options it is also possible to display one tracker (for example vertical) on large screens and another (horizontal in this case) on small screens. On top of that it is very easy to control the position, behaviour and appearance of each tracker individually.
<link href="css/advanced-progress-tracker.min.css" rel="stylesheet" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/advanced-progress-tracker.min.js"></script>
<script type='text/javascript'>
$('body').progressTracker();
</script>
Or with custom options...
<script type='text/javascript'>
$('body').progressTracker({
horNumbering: false,
horTitles: true,
horMobileOnly: true,
verTracker: true,
});
</script>
You can find a more detailed introduction that uses the script here:
http://whitworth.de/ProgressTracker/ReadMe.html
Version 1.2.2
Version 1.2.1
Version 1.2
Version 1.1.4
Version 1.1.3
Version 1.1.2
Version 1.1.1
Version 1.1
I'd like to thank Rene Mansveld (r.mansveld@spider-it.de) for providing me with the "headline only markup"-solution.
If you're interested in my other plugins, like the "read more" plugin used in the ReadMe.html, feel free to download them from GitHub or JSClasses.org:
https://github.com/Manostion http://www.jsclasses.org/browse/author/20883.html
If you have any questions, notice any bugs, have issues getting the plugin to work, have an idea for a cool feature to be added, or would like to leave any other kind of feedback, feel free to contact me under David@Whitworth.de
Also, please, feel free to send me links to websites where you used this! =)
Screenshots (4) | ||
Files (21) |
File | Role | Description | ||
---|---|---|---|---|
css (2 files, 2 directories) | ||||
js (2 files) | ||||
LICENSE | Example | License file | ||
ReadMe.html | Doc. | Detailed description including all the possible options and a live demo of the script | ||
ReadMe.md | Doc. | Markdown ReadMe file |
Files (21) | / | css |
File | Role | Description | ||
---|---|---|---|---|
LESS (6 files) | ||||
themes (4 files) | ||||
advanced-progress-tracker.css | Data | Stylesheet | ||
advanced-progress-tracker.min.css | Data | Minified stylesheet |
Files (21) | / | css | / | LESS |
File | Role | Description |
---|---|---|
advanced-progress-tracker.less | Data | LESS stylesheet |
spt-blue.less | Data | Version 1.2.1 |
spt-custom.less | Data | Version 1.2.1 |
spt-green.less | Data | Version 1.2.1 |
spt-orange.less | Data | Version 1.2.1 |
_spt-settings.less | Data | LESS stylesheet with additional configuration |
Files (21) | / | css | / | themes |
File | Role | Description |
---|---|---|
spt-blue.min.css | Data | Version 1.2.1 |
spt-custom.css | Data | Version 1.2.1 |
spt-green.min.css | Data | Version 1.2.1 |
spt-orange.min.css | Data | Version 1.2.1 |
Files (21) | / | js |
File | Role | Description |
---|---|---|
advanced-progress-tracker.js | Class | Main script |
advanced-progress-tracker.min.js | Class | Minified main script |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
80% |
|
|
User Ratings | User Comments (2) | |||||||||||||||||||||||||||||||||||||
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.