Posted in Javascript onSeptember 04, 2013
这个肯定是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");
Jquery 例外被抛出且未被接住原因介绍
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@