200903月25
第14课 – jQuery与Ajax – [精通JavaScript+jQuery]
第14课 – jQuery与Ajax – [精通JavaScript+jQuery]
视频地址:
href="http://learning.artech.cn/uploads/2008/06/20/index.html" target="_blank">第14课
1. 获取异步数据
- 传统方法
- jQuery的load()方法
2. GET VS. POST
- $.get(url, [data], [callback])
- $.post(url, [data], [callback],[type])
3. 控制Ajax
- 设
置Ajax的细节 : $.ajax(options)
- 全局设定Ajax : $.ajaxSetup(options)
本文地址:http://jqueryajax.com/jquery-555.html , 转载请保留.