Preload navbar content

Preload navbar content

I am trying to create a tabbed structure and understand you can use a navbar:

http://jquerymobile.com/demos/1.2.0/docs/toolbars/docs-navbar.html

Here is my question. Let's assume the navbar consists of 3 items. When the page loads the System will load the content for the default tab item. But is there a way that after the default tab loads, the system can load the other 2 tabs? I was thinking that this would help the user experience since the content will be loaded behind the scenes. Should the user click item 2 for example, the content will already have been loaded, thus rendering the page faster.

Thoughts?

Joe V