调用两次 timeupdate 时遇到问题。我的代码是:
$("video").on(
"timeupdate",
function(event){
alert('work');
}
);
它工作,但如果我这样做:
$('#video').html( $('#newVideo').html());
以前的代码不起作用。
我尝试下一种方式也行不通:
<video id="video">
`$(document).on("timeupdate", 'video',
$(document).delegate('video',
$("视频").bind(,
$(“视频”).live(`