load语法

$(".selector").load("url", function(responseText, statusText, xmlhttprequest));

可以做到加载一个页面的时候,如果发生错误,根据statusText给出的状态,显示对应的提示,这对用户来说非常重要。

例子,load post

代码如下
复制代码 代码如下:
<div id=btnAjaxPost>点击我</div>
<div id=divResult>内容加载中</div>

$("#btnAjaxPost").click(function(event)
{
var username = $("#username").val();
//发送Post请求
$("#divResult").load("$(www.jb51.net){ctx}/jqueryLoad", { "username": username});
});

例子,load get方法

代码如下
复制代码 代码如下:
<div id=in_head>内容加载中</head>
<script language="javascript">$('#in_head').load('ajaxlogin.php"#index_foot_container").load("foot.html");

标签:
Ajax,load

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com