I want to opening links in current window itself.
for ex:
- About
- Contact us
- Daily user
The default link is “about”. Only one must display at a time (while the other 2 links hide). How can I do this?
If I click “About” (It displays like below:)
- About
- Contact us
- Daily user
About
…………………………………
………………………………..
If I click “Contact Us” (It displays like below)
- About
- Contact us
- Daily user
Contact Us
…………………………………
………………………………..
you can use jQuery accordian. (http://jqueryui.com/demos/accordion/ ) or Jquery tabs. I think Jquery tabs (http://jqueryui.com/demos/tabs/) will be good for you.