Blogger Information
Blog 22
fans 0
comment 0
visits 26870
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
$.ajax使用方法
kiimi的博客
Original
692 people have browsed it
function test_ajax(){    
   $.ajax(    
   {    
      type:"GET",//通常会用到两种:GET,POST。默认是:GET    
      url:"a.php",//(默认: 当前页地址) 发送请求的地址    
      dataType:"html",//预期服务器返回的数据类型。    
      beforeSend:beforeSend, //发送请求    
      success:callback, //请求成功    
      error:error,//请求出错     
      complete:complete//请求完成    
   });    
}


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post