Ver Mensaje Individual
  #6 (permalink)  
Antiguo 10/03/2014, 13:54
Avatar de giancarloffi
giancarloffi
 
Fecha de Ingreso: julio-2013
Mensajes: 63
Antigüedad: 10 años, 10 meses
Puntos: 0
Respuesta: contador de diferentes teclas con limite

<style>
input {width:80px;}
.total div {float:left;}
.total .text {width:110px;}
.total .total {font-weight:bold;}
</style>


<div class="grupo">
<input type="text" name="a" id="a" value="0" />
<input type="text" name="s" id="s" value="0" />
<span class="total">0</span>
</div>