Ajax

ajax

列:

 

$.ajax({
          url:"http://localhost:2462/Handler.ashx",
           type:"get",
           dataType:"xml",
           success:function(data){
              $(data).each(function(idenx){
                  alert($(this).find("Students").text()) ;
                                })
                  }

        })

客户端请求一般使用Handler处理.

 

posted @ 2013-11-21 23:07  狐狸不会飞  阅读(113)  评论(0编辑  收藏  举报