Your Ad Here

Posted By

xxc on 10/19/09


Tagged

js navigation


Versions (?)

Navigation: This link change


 / Published in: JavaScript
 

  1. $('#localNav a').each(function(idx){
  2. var href=window.location.href;
  3. if (this.href.toLowerCase() == href.toLowerCase()) {
  4. $(this).addClass('active');
  5. return !1;
  6. };
  7. });

Report this snippet  

You need to login to post a comment.