Click here to Skip to main content
15,905,068 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is my design code,i want to change class of ul li a on click of li,please help me with it :

XML
<ul id="menu">

     <li><a href="Home.aspx?s=4" class="current">Home</a></li>

     <li><a href="Register.aspx?s=4">Register</a></li>

     <li><a href="Search.aspx?s=4">Search</a></li>

     <li><a href="RSSFeed.aspx?s=4" target="_blank" >RSS Feed</a></li>



   </ul>
Posted
Comments
vino2012 17-Apr-12 6:13am    
you need client (or) server scripting ?

its a html page (or) .aspx page (or) in a master page ?

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900