标签: javascript jquery
$("input[name='SOME_ID']").on('input propertychange',function(){ doCalculateDuration(); });
在运行此代码之前,我是否需要检查id SOME_ID的html是否存在以防止js错误?
SOME_ID