$("#btn btn-primary").click(function(){ // alert("aha~!"); $("#textp").text("Hello world!"); $("#textp").html("Hello world!"); $("#textp").val("Hello world!"); });
为什么这么写,点击保存按钮时无法更新textp块的内容呢?alert明明有效的。
找到原因了 原来是选择器用错了