1
Reply

What is difference between $.ajax() and $.get() and $.load() and $post()?

Manoj Kalla

Manoj Kalla

Jun 07, 2017
175
0

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

    Manoj Kalla
    June 07, 2017
    0