Hi
Dne Tue, 23 Mar 2010 10:27:47 +0530 Ninad Pundalik ninadsp16289@gmail.com napsal(a):
I completely forgot about this. Without js, the tabs degrade to a
<ul> with the tab titles and a set of divs containing the content. We might have to check before processing the page itself, whether javascript support exists, maybe at the login page itself, and set a session variable or store a cookie. This might lead to hacks though, to give similar user experiences with and without js, so I guess we should try this out on a page and decide if it's worth taking up.
Well the HTML should contain <ul> with links (just as it contains currently) and javascript should turn that into jQuery tabs. No server side checking is needed here.