![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/04/2012, 10:55
|
![Avatar de alfcm](http://static.forosdelweb.com/customavatars/avatar304898_3.gif) | | | Fecha de Ingreso: mayo-2009
Mensajes: 291
Antigüedad: 15 años, 8 meses Puntos: 7 | |
Respuesta: Error funcion each jquery Cambia en la linea del IF
$("input:checkbox").each(function(index){
if($(this).is(':checked')==true)
{
alert($(this).attr("value"));
}
else
{
alert(index+" no seleccionado");
}
});
Última edición por alfcm; 13/04/2012 a las 10:56
Razón: agregar
|