Maybe you can hide the elemets first(using css), then after the javascript loaded, modify elements and show them. This still isn't a nice way.
On Jul 27, 8:59 am, Mutual Designs <mike.f.griffi...@gmail.com> wrote: > How do I prevent the content loading on my website before the > Javascript loads. It seems that all of my Javascript is loading in the > head of my page, but the content all shows before being modified by > the javascript. > > http://boomer-living.com/wp/ > > Any suggestions?