I know that with the jQuery expression $(element).on("mousedown", function(evt) { ... }); you can handle mousedown events on an element.
Though I need to detect the mousedown or click event on the browser's scroll bar and need to run some function.
 
     
    