modularcode / modular-admin-html

ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
https://modularcode.io/modular-admin-html/
Other
2.92k stars 819 forks source link

Problem with event $(window).scroll #110

Open victorescalante opened 6 years ago

victorescalante commented 6 years ago

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