jq里的 ajax( ) 方法
Posted 嗷呜~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jq里的 ajax( ) 方法相关的知识,希望对你有一定的参考价值。
1、
$.ajax({ url:"XXX", type:"post", dataType:"jsonp", data:{}, success:function(data){ try{ }catch(e){ return false } }, error:function(res){ console.log(‘发生错误‘+res.status) } })
2、
$.post(‘url‘,{},function(res){ if(res,status){ } })
以上是关于jq里的 ajax( ) 方法的主要内容,如果未能解决你的问题,请参考以下文章