Background:
I\'m writing a component that opens up a sub-menu on click. I can\'t know where this component will be placed on the page or how far it will
How about listing on all elements and the window?
$('*').add(window).scroll(function() { console.log('scroll'); });