Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/01/2014, 19:37
Avatar de rottenp4nx
rottenp4nx
 
Fecha de Ingreso: octubre-2012
Ubicación: Santiago
Mensajes: 417
Antigüedad: 11 años, 6 meses
Puntos: 36
Respuesta: Marcar al hacer click con jQuery

Código Javascript:
Ver original
  1. $(document).ready(function() {
  2.     $('.archivo').click(function() {
  3.         $(".archivo").css("background","none");
  4.         $(this).css("background","#999");
  5.  });
  6. });

Saludos :B