13/04/2012, 10:55
|
| | Fecha de Ingreso: abril-2012 Ubicación: Leon Gto
Mensajes: 21
Antigüedad: 12 años, 7 meses 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"));
}
}); |