I need to retrieve a simple page and use the data that it returns. Is there any difference between $.post() and $.get() should I be using one over the
$.post()
$.get()
Here is a nice article explaining the differences between an HTTP POST and an HTTP GET. I myself prefer to use $.ajax(); and tweak it accordingly.
$.ajax();