Ver Mensaje Individual
  #10 (permalink)  
Antiguo 20/05/2012, 14:33
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: Tachado sin enlace

Cita:
Iniciado por cristian_cena Ver Mensaje
Reescribí lo anterior con javascript puro, aunque se podría pulir un poco más:
no lo he probado pero mentalmente funciona
Cita:
for (var i = 0, uls = document.querySelectorAll('.lista'); i < uls.length; i++) {
for (var j = 0, lis = uls[i].getElementsByTagName('li'); j < lis.length; j++) {
if (lis[j].childNodes[0].nodeType != 3) {
lis[j].style.textDecoration = 'none';
}
}
}
furoya +1
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}