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()
Go for $.get() as you don't need to post any data, or $.load() if you want to display the page in the browser (you want to refresh a part of the page).
$.load()