javascript - static values works, how to make input values work? -


this working code computing sum time values set in html. question is, how make them work if want time values input. changing all

<td class="duration_time">11:15</td> 

into

<td><input type="text" class="duration_time" value="00:00"></td> 


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

delphi - How to resolve undeclared identifier problems -

Alternative for object pools in cocos2d-x v3.3 -