jquery是这样:
代码如下 | 复制代码 |
$(document).ready(function() { $("#bbajax").click(function() { $.ajax({ type:"POST", url:"DTupdate.jsp", data:"pname="+$("#idname").val()+"&pprice="+$("#idprice").val()+"&pid="+$("#idpid").val(), success:function() { alert("更新成功"); //location.reload(); 这里怎么写可以让页面不闪刷新?? } }); }); }); |
HTML:
代码如下 | 复制代码 |
<table border="0"> <tr> <th class="hide">编号</th> <th>商品</th> <th>金额</th> <th>说明</th> </tr> </tr> 2011-2-16 12:04最佳答案说简单点其实你就是要把后台的模板读取到前面来。 值可以重命名比如(a,b) ("title").text()+"</li>"); |