I use Nicescroll and want to bind to the scroll event of the div on which the nicescroll-plugin is defined.
Sort of:
$("#sec_menu").niceScroll(); $("#sec_menu").scroll(function(e){
However, the above does not work. What event (possibly a custom event defined by nicescroll) can I bind to what is fired when scrolling? I can't seem to find anything in the docs.
thanks
source share