All Projects → flesler → Jquery.localscroll

flesler / Jquery.localscroll

Licence: mit
Animated anchor navigation made easy with jQuery

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Jquery.localscroll

Sidr
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Stars: ✭ 2,924 (+368.59%)
Mutual labels:  plugin, navigation, jquery
Paroller.js
Parallax scrolling jQuery plugin
Stars: ✭ 535 (-14.26%)
Mutual labels:  plugin, scrolling, jquery
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+4.01%)
Mutual labels:  plugin, navigation, jquery
Js Offcanvas
A lightweight, flexible jQuery off-canvas navigation plugin which lets you create fully accessible sidebar or top/bottom sliding (or push) panels with keyboard interactions and ARIA attributes.
Stars: ✭ 272 (-56.41%)
Mutual labels:  navigation, jquery
angular-scrollspy
A simple lightweight library for Angular which automatically updates links to indicate the currently active section in the viewport
Stars: ✭ 34 (-94.55%)
Mutual labels:  navigation, scrolling
EasyScrollDots
Single page scroll JavaScript plugin that allows for vertical navigation of page sections
Stars: ✭ 38 (-93.91%)
Mutual labels:  navigation, scrolling
Stickynavbar.js
stickyNavbar.js: Fancy sticky navigation jQuery plugin with smart anchor link highlighting
Stars: ✭ 279 (-55.29%)
Mutual labels:  navigation, jquery
Validate
A simple jQuery plugin to validate forms.
Stars: ✭ 298 (-52.24%)
Mutual labels:  plugin, jquery
Jquery Match Height
a responsive equal heights plugin
Stars: ✭ 3,100 (+396.79%)
Mutual labels:  plugin, jquery
Tlyshynavbar
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
Stars: ✭ 3,780 (+505.77%)
Mutual labels:  navigation, scrolling
Jquery.scrollto
Lightweight, cross-browser and highly customizable animated scrolling with jQuery
Stars: ✭ 3,609 (+478.37%)
Mutual labels:  animated, jquery
Pagepiling.js
pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
Stars: ✭ 3,993 (+539.9%)
Mutual labels:  scrolling, jquery
jquery-scrollwatch
jQuery plugin for determining active sections on the page based on scrolling
Stars: ✭ 18 (-97.12%)
Mutual labels:  navigation, scrolling
Webpack Plugin Hash Output
Plugin to replace webpack chunkhash with an md5 hash of the final file conent.
Stars: ✭ 128 (-79.49%)
Mutual labels:  hash, plugin
react-native-giphy
Integrate GIPHY into your React Native project (works with react-native-gifted-chat)
Stars: ✭ 25 (-95.99%)
Mutual labels:  scrolling, animated
Flutter statusbarcolor
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Stars: ✭ 203 (-67.47%)
Mutual labels:  plugin, navigation
Vim Sneak
The missing motion for Vim 👟
Stars: ✭ 2,467 (+295.35%)
Mutual labels:  plugin, navigation
Jqueryrotate
jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
Stars: ✭ 157 (-74.84%)
Mutual labels:  plugin, jquery
Jquery.timeline
You can easily create the horizontal timeline with two types by using this jQuery plugin.
Stars: ✭ 179 (-71.31%)
Mutual labels:  plugin, jquery
Zoomove
🔍 🎆 Enlarges the image with the mouse hover and move
Stars: ✭ 339 (-45.67%)
Mutual labels:  plugin, jquery

jQuery.localScroll

Animated anchor navigation made easy with jQuery

Demo

You can check the demo to see the plugin in action.

Installation and usage

Via bower:

bower install jquery.localScroll

Via npm:

npm install jquery.localscroll

Using a public CDN

CDN provided by jsdelivr

<script src="//cdn.jsdelivr.net/npm/[email protected]/jquery.localScroll.min.js"></script>

CDN provided by cdnjs (outdated)

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-localScroll/1.3.5/jquery.localScroll.min.js"></script>

Downloading Manually

You can get the latest stable version from the releases page.

Demo

You can see the plugin in a (somewhat precarious) demo page.

jQuery.scrollTo

This plugin requires jQuery.scrollTo. In order to use jQuery.scrollTo 2.0 you need to update jQuery.localScroll to 1.4.0 and above.

Notes

  • The hash of settings is passed in to jQuery.scrollTo, so, in addition to jQuery.localScroll's settings, you can use any of jQuery.scrollTo's. Check that plugin's documentation for further information.

  • If you want to convert the links from ALL over the page, with the same settings, just call $.localScroll(...) instead of $(...).localScroll(...)

  • Most of this plugin's defaults, belong to jQuery.scrollTo, check it's demo for an example of each option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].