Home > Web Front-end > JS Tutorial > body text

jQuery中ajax的get()方法用法实例_jquery

WBOY
Release: 2016-05-16 16:24:19
Original
999 people have browsed it

本文实例讲述了jQuery中ajax的get()方法用法。分享给大家供大家参考。具体分析如下:

$.get()通过 HTTP GET请求从服务器上请求数据。

语法结构:

复制代码 代码如下:
$.get(url, [data], [callback], [type]);

参数解析:

1.URL:必须,规定请求的URL。
2.data:可选,待发送 Key/value 参数。
3.callback:可选,请求成功后所执行的回调函数。
4.type:可选,返回内容格式,xml, html, script, json, text, _default。

代码实例:

复制代码 代码如下:






脚本之家







希望本文所述对大家的jQuery程序设计有所帮助。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!