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 -

How can I utilize Yahoo Weather API in android -

Save and close a word document by giving a name in R -