jquery - How to stop div from loading on mobile? -
i looking away speed mobile site.
one way remove giant fading banner - using css 'display none' , 'visability hidden' wont stop images loading on backend.
from can tell anyway. google speed test says banner still loading.
i tried jquery replacewith
content of div empty, works visually. images still seam load in code background. google still reports same images loading. guess div created millisecond jquery kicks in?
jquery removes after dom ready, ready means banner image loaded/is loading. if want remove it, need rewrite code little bit or can create class mobile , desktop , load image background in div, on mobile won't load image , hide div
Comments
Post a Comment