🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

scrollTips is a jQuery plugin to generate side tooltips which allow you to smoothly navigate between different sections on your one page scrolling website

One-Page-Scrolling Navigation

Documentation

jQuery scrollTips

This small jQuery plugin creates tooltips that helps navigation within the same page, using a specific HTML markup.

Check live demo

jQuery-scrollTips.js

Use

  1. Include this plugin CSS styles:
<link rel="stylesheet" href="jquery.scrollTips.min.css">
  1. Include jQuery and this plugin:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="jquery.scrollTips.min.js"></script>
  1. Start!:
$("wrapperSelector").scrollTips();

Options

container: $("section"), // selector for each section to clone and create scrollTips title: $("h1"), // selector for title to clone and create scrollTip names exclude: $("#intro"),  // selector that will be excluded from scroolTip smoothscroll: 500, // time (ms) to navigate between sections onCreate: function(){}, // callback init onSection: function(){} // callback each section changes

Disclaimer

Based on the awesome work of phoboslab

License

MIT License free to use and modify but not to resell.


You May Also Like