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 -

sql - The object name contains more than the maximum number of prefixes. The maximum is 2 -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -