jQuery ajax() 方法
摘要:实例 使用 AJAX 请求改变 <div> 元素的文本: $("button").click(function(){ $.ajax({ url:"demo_test.txt", success:function(result){ $("#div1").html(result); } }); });
阅读全文
posted @ 2016-07-28 10:29
posted @ 2016-07-28 10:29
posted @ 2016-07-28 10:28