1
Reply

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

Manoj Kalla

Manoj Kalla

7y
201
0
Reply

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