Jtabs caching the page

Jtabs caching the page


hi i followed http://kuujinbo.info/ajax/jq_tabs.aspx tutorial on how
to get the tabs to work and well it works but i now i am trying
something different. I don't want the tabs to reloading everytime i
click on it, in other words when i click on the tab it uses the cached
page and doesn't reload. is it possible?
i tried this
http://filchiprogrammer.wordpress.com/2007/12/17/using-jquery-ajax-tabs-plugin/
and edited my line like this
$(function() { $('#navtabs').tabs({remote:true,cache:
true,ajaxOptions: { async: false }}); });
but caching still doesn't work. please help