i want to have three different ‘tabs’. and when a user clicks on the tab, it hides the other two and show the one clicked.
I’m using ASP.NET + jQuery.1.3.2.min
eg.
[ Tab 1] [ Tab 2 ] [ Tab 3 ] --------------------------------- ... Table data displayed here ...
I was told to use jQuery. I’m not sure about
- The html to write (eg. the tabs and a simple table (i know how to do tables)
- the jquery to wire up to the tabs.
I tried google, but i wasn’t getting the correct keywords to find what i was after 🙁
cheers!
Do you mean tabs its a JQuery UI plugin.