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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -