kchetan
kchetan

Reputation: 5468

I want to add an event listener to an element which gets fired when the corresponding elements is scrolled into the view

How can I add such an event listener to an element? My motive is to highlight elements in nav bar when the page is scrolled into the corresponding section. Thanks

Upvotes: 0

Views: 31

Answers (1)

Steven Web
Steven Web

Reputation: 1961

There is a plugin i used several times which fit you needs:

JQuery Inview

or

Viewport Selectors

Upvotes: 1

Related Questions