Hey everyone-
I am wondering if there is an init function in jquery.I am loading some widgets (just simple divs with content) on document.ready(). I would rather preload everything FIRST and then render the page. Instead of loading all the non asych elements first and then the ajax components next, as this is causing a bit of a "flash" when the page loads.
Any ideas?