jQuery.get() | jQuery API Documentation
version added: 1.0 jQuery.get( url [, data ] [, success ] [, dataType ] ) url Type: String A string containing the URL to which the request is sent. data Type: PlainObject or String A plain object or string that is sent to the server with the request. suc...