Monday, 5 January 2015

JQUERY POST() METHOD

JQUERY POST() METHOD


Load data from the server using a HTTP POST request:
The $.post() method loads data from the server using a HTTP POST request.

Read More...


Syntax
$(selector).post(URL,data,function(data,status,xhr),dataType)

Read More...

No comments:

Post a Comment