jQuery.get()
Load data from the server using a HTTP GET request.
These methods perform the more common types of AJAX requests in less code.
Load data from the server using a HTTP GET request.
Load JSON-encoded data from the server using a GET HTTP request.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Load data from the server using a HTTP POST request.
Load data from the server and place the returned HTML into the matched element.