开发者

dynamic navigation list menu

开发者 https://www.devze.com 2022-12-17 12:49 出处:网络
I am working on a small application and I basically need a list of 5 items say Name Address City Country

I am working on a small application and I basically need a list of 5 items say

Name Address City Country Zipcode

Whenever the user clicks on anyone of these he needs to be dir开发者_运维技巧ected to another page and that particular item needs to be highlighted.

I want to do this dynamically. I have an idea that it can be done with javascript [document.getelementbyid()] but dont know exactly how.


are you trying to do something like this:

http://jqueryui.com/demos/tabs/

take a look at the AJAX example to get content from other pages

0

精彩评论

暂无评论...
验证码 换一张
取 消