.append按钮不工作即9

时间:2014-08-05 17:17:45

标签: javascript jquery html

我试图使用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")

0 个答案:

没有答案