I have the following code.  Basically, when the home_sel anchor is
clicked, I want to change the class to "home select" and have all
other li elements have select removed if they have it turned on...I'm
having problems getting this to work properly in jQuery.  How can I do
this?

Thanks!


<div id="tabs">
                <ul >
                        <li class="home select"><a href="#" title="Home Page"
id="home_sel">Home</a></li>
                        <li class="packages"><a href="#" title="Ad Platform"
id="packages_sel">Packages</a></li>
                        <li class="test_drive"><a href="#" title="Video 
Platform"
id="test_drive_sel">Test Drive</a></li>
                        <li class="sign_up"><a href="#" title="Ad Network"
id="sign_up_sel">Sign up</a></li>

                </ul>
                </div>

Reply via email to