modular-admin-html
modular-admin-html copied to clipboard
Problem with event $(window).scroll
I'm trying this event JQuery in my project, but when run next line, not work scroll event.
Please, help!
$(window).scroll(function() { alert("ok"); });