ajax各種狀態

來源:互聯網
上載者:User

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="testeval.aspx.cs" Inherits="testeval" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>無標題頁</title>
    <script language ="javascript" type="text/javascript" src="jquery-1.3.2.js" ></script>
    <script language =Javascript type="text/javascript" >

$(function(){
$("input[type=button]:last").click(
function()
{

$.ajax(
{type:"GET",
http://www.cnblogs.com/sweting/admin/%22Handler2.ashx",
data:"t="+new Date(),
dataType:'text',
ajaxStart:function(){
$("#ab").html("ajax開始…………");
},
ajaxSend:function(){
$("#ab").html("請求已發出……");
},
ajaxSuccess:function(){
$("#ab").html("非同步請求成功");
},
error:function(){
$("#ab").html("請求失敗1");
},
ajaxError:function(){
$("#ab").html("請求失敗2");
},
beforeSend:function(){
$("#ab").html("準備載入資料……");
},
complete:function(){
$("#ab").html("資料載入完成");
},
ajaxComplete:function(){
$("#ab").html("ajax完成!");
},
ajaxStop:function(){
$("#ab").html("ajax停止!");
},
success:function(dat){
//$("#datas").html("");
var da1=eval('('+dat+')');

var tab=da1.tb;
for(var i=0;i<tab.length;i++){
     var row = $("#row").clone();
        row.find("#riqi").text(tab[i].news_id);
        row.find("#haoma").text(tab[i].news_title);
        row.find("#news_type").text(tab[i].news_type);
        row.find("#news_typeid").text(tab[i].news_typeid);
        //row.attr("id","ready");//改變綁定好資料的行的id
        row.appendTo("#datas");//添加到模板的容器中
        }

}

}
);
});
});
function ab()
{
$.each({ name: "John", lang: "JS" },function(i,n){
alert("Item"+i+":"+n);
if(i==1)
return false;
});
}
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <input type="button" value="eact" onclick ="ab();" />
    <div id="ab"></div>
     <table id="datas" border="1" cellspacing="0" style="border-collapse: collapse">
    <tr>
     <th style="width:100px;"  align="center">日期</th>
     <th style="width:100px;"  align="center">號碼</th>
     <th >type</th>
     <th>typeid</th>
    </tr>
    <tr id="row" >
     <td id="riqi"></td>
     <td id="haoma"></td>
     <td id="news_type"></td>
     <td id="news_typeid"></td>
   </tr>
  </table>
  <input type="button" value="test" />
    </div>
    </form>
</body>
</html>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.