Manoj Kalla
What is difference between $.ajax() and $.get() and $.load() and $post()?
By Manoj Kalla in JQuery on Jun 07 2017
  • Manoj Kalla
    Jun, 2017 7

    $.get(), $.post(), .load() are all just wrappers for $.ajax() as it's called internally.

    • 0