Tema
:
Checkbox al click
Ver Mensaje Individual
#
2
(
permalink
)
03/08/2011, 19:26
Naahuel
Fecha de Ingreso: marzo-2011
Ubicación: localhost
Mensajes: 796
Antigüedad: 13 años, 8 meses
Puntos: 192
Respuesta: Checkbox al click
Código Javascript
:
Ver original
$
(
function
(
)
{
$
(
'input[type=checkbox]'
)
.
click
(
function
(
)
{
alert
(
'Hola'
)
;
}
)
;
}
)
;
__________________
nahueljose.com.ar
Naahuel
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de Naahuel