What is difference between $.ajax() and $.get() and $.load() and $post()?
Manoj Kalla
$.get(), $.post(), .load() are all just wrappers for $.ajax() as it's called internally.