https://github.com/kiaonline/scroll2section
jQuery plugin to scroll to section from menu
https://github.com/kiaonline/scroll2section
animated jquery scroll scrollto
Last synced: about 2 months ago
JSON representation
jQuery plugin to scroll to section from menu
- Host: GitHub
- URL: https://github.com/kiaonline/scroll2section
- Owner: kiaonline
- Created: 2017-12-13T16:03:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T16:47:01.000Z (over 7 years ago)
- Last Synced: 2025-06-18T08:51:29.521Z (about 1 year ago)
- Topics: animated, jquery, scroll, scrollto
- Language: JavaScript
- Homepage: http://dialogo.digital/public/projects/scroll2section/
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# scroll2Section
jQuery plugin to scroll page
## Usage
Simple to use:
$(selector).scroll2Section({options});
selector can be one or more elements
options:
menu: #menu, //selector of menu [unique selector]
offSetTop:0, // page offset top
activeClass:'active', // class to active menu link
activeParent:'li' // parent closest of menu link
See examples:
http://dialogo.digital/public/projects/scroll2section/
*** See an example into a example directory
### Versions
Version 1.1
- Use one selector to menu
- return menu element
- bind update event
- use navfix class to calculate section position
### Prerequisites
This plugin require jQuery
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details