Jquery 例外被抛出且未被接住

来源:互联网 发布:华云数据服务有限公司 编辑:程序博客网 时间:2024/04/30 08:48

这个肯定是js代码写错的问题,仔细检查。

譬如我就是 

$(this).find("td").eq(9).find("select").eq(0).removeAttr("asd");
$(this).find("td").eq(9).find("select").eq(0).attr("asd", i);

find("select")写成了find(":select");

原创粉丝点击