[jQuery] Change CSS depending on page you're on

[jQuery] Change CSS depending on page you're on


I'm trying to do something simple but this is my first stab at doing this in
JQuery.
     <div id="menu">
         <ul>
             <li class="current_page_item"> default.aspx home </li>
             <li> about.aspx about </li>
             <li> contact.aspx contact </li>
         </ul>
     </div>
based on the page, change the css. So like doing a window.location and then
parse out the url to the page then check. If it's the about.aspx I need to
change the li item's css.
--
View this message in context: http://www.nabble.com/Change-CSS-depending-on-page-you%27re-on-tp22280342s27240p22280342.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.