jQuery Vertical Dot Navigation Plugin Last Updated : 30 Jul, 2024 Comments Improve Suggest changes Like Article Like Report jQuery provides a beautiful, lightweight, single page and responsive Vertical Dot Navigation plugin to programmers that help in navigating or scrolling through long web pages. The plugin identifies the number of pages or sections in the website and accordingly adds dots for click to scroll through the corresponding contents.Please download the Vertical Dot Navigation Plugin and include the required file libraries in your working folder as shown in the head section of the following codes. Download link: https://github.com/maiamachine/jquery-vertical-dot-navigation Example 1: In the following example, the very basic call of verticalDotNav() method is shown using jQuery. Different page contents are provided in different sections of the HTML page. html <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery Vertical Dot Navigation Plugin</title> <link rel="stylesheet" href="bootstrap.css"> <link rel="stylesheet" href="styles.css"> <!--required stylesheet file of plugin--> <link rel="stylesheet" href= "jq-vertical-dot-navigation.css"> <!--Required javascript file dependencies--> <script src="jquery.min.js"></script> <script src="jq-vertical-dot-nav.js"></script> <script> $(document).ready(function () { $('section').verticalDotNav(); }) </script> </head> <body> <section id="section-1" class="row"> <div class="col-xs-10 col-xs-offset-1"> <h3> jQuery Vertical Dot Navigation Plugin </h3> </div> </section> <section id="section-2" class="row"> <div class="col-xs-8 col-xs-offset-2 col-md-6 col-md-offset-3"> <p> Amazon… “Hire and Develop the Best”. One of the Big Four Tech Companies founder Jeff Bezos is now the richest person on this planet. Jeff was an engineer and 25 years ago when Jeff pitched his idea of starting a business online to his boss David (Founder of DE Shaw) it was rejected indirectly.Well, Jeff quit the job and started Amazon from his garage in Seattle Washington.Today the company is making billions of dollars and fulfilling the customer’s needs worldwide in various areas. </p> </div> </section> <section id="section-3" class="row"> <div class="col-xs-10 col-xs-offset-1 col-md-6 col-md-offset-3"> <p> As the placement season is back so are we to help you ace the interview. We have selected some most commonly asked and must do practice problems for you. You can also take part in our mock placement contests which will help you learn different topics and practice at the same time, simulating the feeling of a real placement test environment. </p> </div> </section> </body> </html> Output:Example 2: In the following example, various options of the verticalDotNav() method are set as shown below. Just notice the alignment of dots and scrolling speed in the image output and accordingly customize in your code as per the requirement. html <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery Vertical Dot Navigation Plugin</title> <link rel="stylesheet" href="bootstrap.css"> <link rel="stylesheet" href="styles.css"> <!--required stylesheet file of plugin--> <link rel="stylesheet" href="jq-vertical-dot-navigation.css"> <!--Required javascript file dependencies--> <script src="jquery.min.js"></script> <script src="jq-vertical-dot-nav.js"></script> <script> $(document).ready(function () { $('section').verticalDotNav({ align: "left", // Options are 'right' or 'left' scroll_speed: 2500, // The time in milliseconds dot_size: 30, dot_style: 'circle', // Options are 'circle' or 'square' dot_color: "#e9e9e9", nav_color: "#000000" }); }) </script> </head> <body> <section id="section-1" class="row"> <div class="col-xs-10 col-xs-offset-1"> <h3> jQuery Vertical Dot Navigation Plugin </h3> </div> </section> <section id="section-2" class="row"> <div class="col-xs-8 col-xs-offset-2 col-md-6 col-md-offset-3"> <p> Amazon… “Hire and Develop the Best”. One of the Big Four Tech Companies founder Jeff Bezos is now the richest person on this planet. Jeff was an engineer and 25 years ago when Jeff pitched his idea of starting a business online to his boss David (Founder of DE Shaw) it was rejected indirectly. Well, Jeff quit the job and started Amazon from his garage in Seattle Washington. Today the company is making billions of dollars and fulfilling the customer’s needs worldwide in various areas. </p> </div> </section> <section id="section-3" class="row"> <div class="col-xs-10 col-xs-offset-1 col-md-6 col-md-offset-3"> <p> As the placement season is back so are we to help you ace the interview. We have selected some most commonly asked and must do practice problems for you. You can also take part in our mock placement contests which will help you learn different topics and practice at the same time, simulating the feeling of a real placement test environment. </p> </div> </section> </body> </html> Output: Comment More infoAdvertise with us Next Article jQuery Vertical Dot Navigation Plugin G geetanjali16 Follow Improve Article Tags : Web Technologies JQuery jQuery-Plugin Similar Reads jQuery Page Piling Plugin jQuery pagePiling.js plug-in is a rich feature available for programmers for piling more than one layout section, one over the other, and accessing each page by URL or mouse scrolling or side bullets navigation. This feature provides all type of smooth vertical, horizontal, and side navigations to t 5 min read jQuery | Flickerplate Plugin jQuery provides Flickerplate plugin that helps our programmers to create sliders for websites that can cycle through a list of background images along with dot navigation feature and animated arrows. The plugin consists of many more libraries that are responsible for touch detections and events such 5 min read jQuery Multiscroll Plugin jQuery provides multiscroll.js plugin which helps programmers to create split web pages along with divided multiple vertical scrolling panels.Note: Please download the jQuery multiscroll plugin to your working folder and include the required files in the head section of your code as shown below. Dow 3 min read jQuery RowGrid Plugin jQuery provides a very simple, user-friendly and responsive rowGrid plugin that helps programmers to display images in a straight row. It is very lightweighted and supports infinite scrolling feature. Real examples of rowGrid are Google+ images or Google image search that appears in a straight row g 4 min read jQuery Alertify Plugin jQuery framework provides alertify.js plugin that provides pre-designed customizable notification system along with interactive browser dialogs. This extensible and themeable plugin is very useful for developers providing an optimized version of alert messages with stacking up to feature. This small 5 min read jQuery Image ProgressBars Plugin In this article, we will learn how to implement image ProgressBar feature using the jQuery Image ProgressBar plugin. Note: Please download the jQuery Image ProgressBar plugin in the working folder and include the required files in the head section of your HTML code. <link href=âprogressbar.cssâ r 2 min read jQuery DrawSVG Plugin SVG or Scalar Vector Graphics is Extended Markup Language-based graphics supporting 2 dimensional animations of images enhancing interactiveness. The specifications of SVG are open standards by World Wide Web Consortium defined in XML text files. These files can be changed or created with any drawin 4 min read jQuery Tagsort Plugin jQuery provides Tagsort plugin that is used for displaying tags or filter elements based on different tags in a DOM. The plugin takes data-attributes of HTML page structure and dynamically creates user-friendly tags used for filtering elements. The filtration of elements are done in many ways that a 9 min read jQuery Logos Distort Plugin The jQuery provides LogosDistort plugin which helps in creating or animating a parallax environment for 3D scenes in the user browser. It uses full-page matrix3D perspective logos distortions for transforming base on mouse movement. You have to download the required files in the working folder so th 4 min read jQuery Filer Plugin jQuery provides a quick jQuery Filer uploader plugin for easy implementation of uploading the files. It provides features like instant uploading of files, file append, file removal, multiple selections, drag and drop support along with other file validations.Download the required files to include it 2 min read Like