Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/04/2012, 10:55
cesar43f
 
Fecha de Ingreso: abril-2012
Ubicación: Leon Gto
Mensajes: 21
Antigüedad: 12 años, 1 mes
Puntos: 1
Respuesta: Error funcion each jquery

Ok, si gracias ya lo solucione:

$("input:checkbox").each(function(index){
if($(this).is(":checked"))
{
alert($(this).attr("value"));
}
});