I have a basic jQuery tabs system going:
$(document).ready(function(){ $(\'#tabs div.jdiv\').hide(); $(\'#tabs div.jdiv:first\').fadeIn(\"slow\"); $(\'
Not easily. The client side script is reloaded when you refresh the page, and all changes will be undone, unless of course you store it somewhere — possibly as a URL parameter?