1. 首页
  2. 信息化
  3. IT管理
  4. jquery中页面Ajax方法$.load的功能使用介绍

jquery中页面Ajax方法$.load的功能使用介绍

上传者: 2020-12-12 20:33:32上传 PDF文件 27.38KB 热度 20次
load语法 $(“.selector”).load(“url”, function(responseText, statusText, xmlhttprequest)); 可以做到加载一个页面的时候,如果发生错误,根据statusText给出的状态,显示对应的提示,这对用户来说非常重要。 例子,load post 代码如下 代码如下: 点击我 内容加载中 $(“#btnAjaxPost”).click(function(event) { var username = $(“#username
用户评论