Jquery 例外被抛出且未被接住原因介绍

正如标题所言肯定是js代码写错的问题,经检查,果然发现问题在此与大家分享下以免有同样的错误发生

这个肯定是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");

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdzfxx.html