scrollpath icon indicating copy to clipboard operation
scrollpath copied to clipboard

jQuery scroll function doesn't work

Open anticHxCx opened this issue 12 years ago • 0 comments

Hello, how are you?

First of all I'd like to thank and praise your work, it was a great job! I've been development a website using this pluggin but I have a problem. I'm trying to use scroll function on page but I can't, anything happens, for example:

$(document).ready(function () { $(".wrapper").scroll(function() { alert('test'); }); });

Also I tried to use "$.(window)", other div objects, ID reference but anyone worked, besides that, I tried to change css style ".wrapper div { position: absolute..." but also didn't work.

Could you see if I've been doing something wrong?

Thanks a lot Gustavo Gerent

anticHxCx avatar Sep 05 '13 02:09 anticHxCx