Kirk Ouimet
Kirk Ouimet

Reputation: 28364

How to catch wheel click scroll thingie?

You guys know this thing?

enter image description here

Is there anyway to put a listener on a div to try and catch it on a div with overflow: hidden; set? It looks like Facebook is doing it here:

enter image description here

Upvotes: 1

Views: 157

Answers (1)

peirix
peirix

Reputation: 37751

Have you tried to catch it with just the .scroll() event for jQuery?

Seems to work

Upvotes: 1

Related Questions