I want to change this line:
<li id="activehome" ><a href="#" >Home</a></li>
to
<li id="activehome" class="active"><a href="#" >Home</a></li>
Adding that class attribute. How do I do this using Javascript or even Jquery will do. Thanks in advance. The line should be changed when the page loads.