$("#filelist").on(‘click’, “.video_link”,function(){
Console.info(“run here”);
});
JQuery动态生成的dom绑定事件
最新推荐文章于 2021-06-09 18:17:51 发布

$("#filelist").on(‘click’, “.video_link”,function(){
Console.info(“run here”);
});