I've noticed that when I put something in the $(document).ready function my page will load the HTML and then the JavaScript will kick in. For example, I make a series of tabs with the jQuery UI library and then I visit the page. The content in the tabs will display regularly for a split second and then it will "jump" into the tabbed configuration. When I go to other websites I don't see this behavior...
Is there a way to preload the JavaScript so that the page appears as intended before the user is able to view it? Thanks, Tim