jQuery.post( url [, data ] [, success ] [, dataType ] )Returns: jqXHR
Description: Load data from the server using a HTTP POST request.
-
version added: 1.0jQuery.post( url [, data ] [, success ] [, dataType ] )
- urlType: StringA string containing the URL to which the request is sent.
-