This must be a problem with the js code being written incorrectly, please check carefully.
For example, I am
$(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") is written as find(":select");