好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

对input【text】的值在jquery中的html()方法在Firefox中得出来为空_html

对input【text】的值在jquery中的html()方法在Firefox中得出来为空

有一段代码如下:
 

$(function () {
$("#btn1").click(function(){
$("#div2").append($("#div1").html());
});
});





查看更多关于对input【text】的值在jquery中的html()方法在Firefox中得出来为空_html的详细内容...

  阅读:36次