How to change a div class that is fixed when scrolling to 570px. What will be javascript code. I found an article on the Internet, but they change the diva’s style, here’s the code:
if ((typeof window.pageYOffset != 'undefined' ? window.pageYOffset: document.documentElement.scrollTop? document.documentElement.scrollTop: document.body.scrollTop? document.body.scrollTop:0) >= 570) { $("div #true").css({ 'background-color':'#54a58b' }); }; How to change the code so that it changes the class diva