这个肯定是js代码写错的问题,仔细检查。
譬如我就是
复制代码 代码如下:
复制代码
$(this).find("td").eq(9).find("select").eq(0).removeAttr("asd");
$(this).find("td").eq(9).find("select").eq(0).attr("asd", i);
$(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");
find("select")写成了find(":select");
最后
以上就是发嗲哈密瓜最近收集整理的关于Jquery 例外被抛出且未被接住原因介绍的全部内容,更多相关Jquery内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复