使用delegate方法为一个tr标签加一个链接_jquery
程序员文章站
2022-04-05 16:37:34
...
$("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"); } });
上一篇: 在PHP3中实现SESSION的功能(一)_PHP教程
下一篇: php动态生成饼图代码_PHP教程