modular-admin-html icon indicating copy to clipboard operation
modular-admin-html copied to clipboard

Problem with event $(window).scroll

Open victorescalante opened this issue 7 years ago • 0 comments

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"); });

victorescalante avatar Sep 26 '18 22:09 victorescalante