小编Nat*_*own的帖子

输入字段中总时间的jQuery总和

我需要 jQuery 自动给我输入字段中的时间总和。我希望它在另一个输入字段中显示总数,并将值设置为总时间。下面举例。

input 1: 18:30   //format mm:ss
input 2:  3:00 
input 3:  0:00
input 4:  0:30
------------------
Total:   22:00
Run Code Online (Sandbox Code Playgroud)

time jquery sum input

2
推荐指数
1
解决办法
4883
查看次数

标签 统计

input ×1

jquery ×1

sum ×1

time ×1