Possible Duplicate:
Difference between $.ajax() and $.get() and $.load()
What I'm trying to accomplish is to change the data in the page without refreshing the page. By going through the documentation of jQuery I understand that I can use below methods. But I don't understand which method to use. They all look the same to me.
What's the difference between $.ajax vs $.post vs $.get vs $.load ?
I read the documentation but I couldn't get the proper understanding of the difference of the above methods. I'm new to jQuery. If someone can please explain the difference, that would be a great help.
Thanks