Home › Forums › JavaScript › Change Body Border color on Scroll › Reply To: Change Body Border color on Scroll
March 12, 2014 at 9:25 am
#165538
Participant
Sure. Here’s a fork: http://codepen.io/chromawoods/pen/Iulgb
So, basically the jQuery selection is already done and has a reference every time the event fires, which can be quite frequently. We do the heavy lifting before bombarding the browser with onscroll-events.