I'm trying to use the jQuery scroll function in a XOT project, but for some reason it doesn't want to work. As a test I've added this, but the console logs nothing:
Code:
$(window).scroll(function(){
console.log("scrolling");
});
Any ideas why this would be?