You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: