Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/07/2010, 08:44
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Respuesta: Bucle en jquery

Si podes agregar un class name, hacés así:

Cita:
$(".toCheck").toggle(function () {
$(this).attr("checked","checked");
},function () {
$(this).attr("checked","");
})