Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/06/2011, 12:25
charlyta
 
Fecha de Ingreso: junio-2008
Mensajes: 291
Antigüedad: 15 años, 10 meses
Puntos: 9
Respuesta: menu activo easing

he probado también esto sin resultado

Código Javascript:
Ver original
  1. <SCRIPT type=text/javascript>
  2. $(document).ready(function(){
  3.     var path = location.pathname.substring(1);
  4.     if ( path ) {
  5.         $('#b a[href$="' + path + '"]').addClass('active');
  6.     }
  7. });