Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Cody House On-Scroll Nav (Mobile Solution) Reply To: Cody House On-Scroll Nav (Mobile Solution)

#263091
Shikkediel
Participant

This is what I see inside main.min.js:

jQuery(document).ready(function(b){var c=1170;if(b(window).width()>c){

So it’s only executing the script on larger screen sizes.