标签: jQuery
jQuery ajaxStop() 方法
实例 Run this code » 当所有 AJAX 请求完成时,触发…
jQuery ajaxStart() 方法
实例 Run this code » 当 AJAX 请求开始时,显示 &…
jQuery ajaxSend() 方法
实例 Run this code » 当 AJAX 请求即将发送时,改变…
jQuery ajaxError() 方法
实例 Run this code » 当 AJAX 请求失败时,触发一个…
jQuery ajaxComplete() 方法
实例 Run this code » 当 AJAX 请求正在进行时显示 …
jQuery post() 方法
实例 1 Run this code » 使用 HTTP POST 请求…
jQuery param() 方法
实例 Run this code » 输出序列化对象的结果: $("bu…
jQuery getScript() 方法
实例 Run this code » 使用 AJAX 请求,获取和运行 …
jQuery getJSON() 方法
实例 Run this code » 使用 Ajax 请求获取 JSON…
jQuery get() 方法
实例 Run this code » 发送一个 HTTP GET 请求到…