I have a basic jQuery tabs system going:
$(document).ready(function(){ $(\'#tabs div.jdiv\').hide(); $(\'#tabs div.jdiv:first\').fadeIn(\"slow\"); $(\'
To preserve the current tab open after the page is refreshed only solution coming in my mind is using cookies, I think it's the only one.
If you use a link in the web page, on the other hand, to refresh the page you could add an anchor to it with the tab opened at the time.