Hi, I am looking for a smooth elegant solution for a jquery tabs, that
should works fine with JS disabled too. In the presentation of the
jQuery UI Tabs I can read: "Obviously this degrades gracefully - the
links, e.g. the content, will still be accessible with JavaScript
disabled. ".
Ok, I have tried to view this page with JS disabled:
http://jqueryui.com/demos/tabs/default.html
The result is not so interesting, because the content is no more
visible and the menu tabs are listed in vertical and no more in
horizontal (ok, is just a css problem this one).
Can anyone explain me how should I implement jQuery UI Tabs to be able
to have the menu/conten even when JS is disabled?
Thx
Mauro