Como puedo sumar tiempos en Jquery? necesito sumar 3 campos que manejan HH:MM:SS y colocar el resultado en un campo total.
Código HTML:
Ver original <td><input name="fac1" type="text" id="fac1" onKeyPress="return acceptNum(event)" maxlength="10" class="obligatorio" /></td> <td> <input type="text" name="tiempo11" id="tiempo11" class="obligatorio tiempo" maxlength="6" onKeyPress="return acceptNum(event)" /></td> <td> <input type="text" name="tiempo12" id="tiempo12" class="obligatorio tiempo" maxlength="6" onKeyPress="return acceptNum(event)" /></td> <td> <input type="text" name="tiempo13" id="tiempo13" class="obligatorio tiempo" maxlength="6" onKeyPress="return acceptNum(event)" /></td> <td><input type="text" name="totalt1" id="totalt1" readonly="readonly" class="total_tiempo" /></td> <td><select name="turn1" id="turn1" class="obligatorio">
Como puedo hacerlo? ya los campos tienen mascaras...