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
Post a Comment