html中视频播放完后可以跳到另一个html

2:jquery 的例子如下
$(document).ready(function(){
$("#audioId").bind('ended', function(){

location.href="other.html";
});
});

posted @ 2015-11-17 16:30  山档子  阅读(1699)  评论(0编辑  收藏  举报