douzachan4578 2014-10-09 18:56
浏览 58
已采纳

何时使用ajax.load()或jquery.ajax()[复制]

This question already has an answer here:

I am little confused about in what scenario Ajax.load() method is used and what scenario jQuery.ajax() is used.

There are many AJAX method, I am mainly confused between ajax.load() and simple ajax

</div>
  • 写回答

1条回答 默认 最新

  • duanjiyun7391 2014-10-09 19:14
    关注

    The load function is specifically used for loading in content from another page, into an element on your current page.

    The other two functions are general-ajax functions that jQuery provides. Also, .get() is just shorthand for sending a $_GET request via AJAX.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?