这个肯定是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");
譬如我就是
复制代码 代码如下:
$(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");
标签:
Jquery,抛出,接住
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“Jquery 例外被抛出且未被接住原因介绍”评论...