jquery 最简单的ajax 例子
content.html.........
I am from another HTML...
test.html...........
<html>
<head>
<script type="text/javascript" src=".../jquery-1.js"></script>
</head>
<body>
<table>
<tr>
<td id="Load">Button</td>
<td><input value="" size="100" /></td>
</tr>
</table>
<script>
$("#Load").click(function(){
$("#Load").load("content.html");
});
</script>
</body>
</html> 相关推荐
  wcqwcq    2020-06-26  
   delmarks    2020-06-14  
   ppsurcao    2020-06-14  
   tthappyer    2020-06-07  
   kentrl    2020-11-10  
 结束数据方法的参数,该如何定义?-- 集合为自定义实体类中的结合属性,有几个实体类,改变下标就行了。<input id="add" type="button" value="新增visitor&quo
  ajaxyan    2020-11-09  
   zndy0    2020-11-03  
   学留痕    2020-09-20  
   learningever    2020-09-19  
   chongxiaocheng    2020-08-16  
   ajaxhe    2020-08-16  
   lyqdanang    2020-08-16  
   curiousL    2020-08-03