On Scroll Add Class

PHOTO EMBED

Wed Jul 20 2022 09:20:22 GMT+0000 (Coordinated Universal Time)

Saved by @imran1701 #navbar #javascript

$(window).scroll(function() {
  $('div').toggleClass('scrolled', $(this).scrollTop() > 50);
});
content_copyCOPY