1.3.3 • Published 6 years ago

jq-nav-scroll-spy v1.3.3

Weekly downloads
6
License
ISC
Repository
github
Last release
6 years ago

jq-nav-scroll-spy

npm.io

jquery plugin that can spy scroll and switch nav automatically

DEMO

https://fedutilities.github.io/jq-nav-scroll-spy/examples/

Installation

jq-nav-scroll-spy depends on jQuery 1.8 or higher.

NPM

npm install jqNavScrollSpy --save

standalone script

<script src="https://raw.githubusercontent.com/fedutilities/jq-nav-scroll-spy/master/dist/jq.nav-scroll-spy.js"></script>

Usage

The simplest and most common use of jqNavScrollSpy looks like this:

$(document).jqNavScrollSpy(configs);

Configs

keydefaultdescription
navItems.nav-itemnav items that you used to automatically switch
spyItems.spy-itemitems that you spy scroll and scroll it
easingswingjquery animation functions
speed550animation speed
1.3.3

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago