![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
03/05/2016, 05:45
|
![Avatar de xfxstudios](http://static.forosdelweb.com/customavatars/avatar572439_1.gif) | | | Fecha de Ingreso: junio-2015 Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 9 años, 7 meses Puntos: 263 | |
Respuesta: Botón contador Asi:
Código Javascript :
Ver original$(document).ready(function(){ $("#bt").click(function(){ if( $(this).val() == 0 ){ $(this).val(1); }else{ $(this).val(0); } }) })
Muestra: https://jsfiddle.net/tf9a099y/ |