sxalexander / jquery-scrollspy

A JQuery Implementation of David Walsh's MooTools scrollspy
438 stars 144 forks source link

Add 'namespace' option to bind scroll event with #10

Closed clslrns closed 10 years ago

clslrns commented 11 years ago

It was useful, when I needed to unbind only scrollspy event from $(window)

danschultzer commented 11 years ago

Something like this should definitely be added to scrollspy for greater control.

sxalexander commented 10 years ago

Thanks, this was a much asked for capability.