Hi jQuerians,
just wanted to let you know, that I have checked in a little - but
regarding the comments on my blog still important - update.
It's now possible to hide all tab content *before* tab initialization so
to avoid a more or less annoying flash of content.
You could just put that into your CSS, but to make it gracefully
degrading I highly recommend to put in these JavaScript related styles
via document.write or by attaching a class, "js" for instance, to the
document's html element and then use
.js #tabs div {
display: none;
}
This ensures that the content is still accessible without JavaScript.
I also fixed a little bug in the history - if you went back on a tabs
page to an address without a hash in the Url the active tab wasn't set
correctly.
Next I will tackle fully accessible, gracefully degrading remote (ajax)
functionality for the tabs.
Have a nice weekend and a beer maybe...
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/