Jquery 例外被抛出且未被接住原因介绍
程序员文章站
2023-12-17 10:11:58
这个肯定是js代码写错的问题,仔细检查。
譬如我就是
. 代码如下:
$(this).find("td").eq(9).find("select").eq...
这个肯定是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");