$.ajax用法与举例
摘要:
$.ajax({ type:'GET', url:'http://www.phpernote.com/jquery.php', data:{username:'phpernote',password:'123456'}, dataType:'json', timeout:3000, cache:false, async:true, beforeSend:function(){ alert('请求之前'); }, success:function(data){ alert('请求成功' 阅读全文
posted @ 2014-03-03 14:34 riky1989 阅读(255) 评论(0) 推荐(0)