我试图使用jquery动态追加一个按钮。它适用于firefox和chrome,但不适用于ie。谢谢您的帮助。它不会抛出错误,但不显示botton。
$("#mainTable")
.append($('<input type="button">')
.attr("border", "1")
.attr("align", "center")
.attr("class", "button")
.attr("onclick", "selectStudent(" + $(this).attr("olr_reservedSeatID") + ")")
.attr("value", "Process")