亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

使用delegate方法為一個tr標簽加一個鏈接

 更新時間:2014年06月27日 17:50:42   投稿:whsnow  
這篇文章主要介紹了使用delegate方法為一個tr標簽加一個鏈接,并規(guī)定當這些事件發(fā)生時運行的函數,需要的朋友可以參考下
$("table").delegate("tr","click",function(e){
checkbox=$(this).children().first().children()[0];
alter=$(this).children().eq(8).children().children()[0];
delet=$(this).children().last().children().children()[0];
if(e.target!=checkbox&&e.target!=alter&&e.target!=delet){
rollcall_id=$(this).children().first().children().val()
open("/Student/student?sid="+rollcall_id,"mframe");
}
});

相關文章

最新評論