jQuery API 中文文档 | jQuery 中文网
首页
浏览器支持
英文文档镜像
search
Search jQuery API Documentation
分类:
Shorthand Methods
These methods perform the more common types of Ajax requests in less code.
Ajax
>
Shorthand Methods
jQuery.get()
使用一个HTTP GET请求从服务器加载数据。
Ajax
>
Shorthand Methods
jQuery.getJSON()
使用一个HTTP GET请求从服务器加载JSON编码的数据。
Ajax
>
Shorthand Methods
jQuery.getScript()
使用一个HTTP GET请求从服务器加载并执行一个 JavaScript 文件
Ajax
>
Shorthand Methods
jQuery.post()
使用一个HTTP POST 请求从服务器加载数据。
Ajax
>
Shorthand Methods
.load()
从服务器载入数据并且将返回的 HTML 代码并插入至 匹配的元素 中。