Opening Links under current window? [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
开发者_JAVA百科 Improve this questionI 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.
精彩评论