Quantcast
Channel: jQuery Code Snippets – John Morris
Viewing all articles
Browse latest Browse all 31

Ajax requests with jQuery.post()

$
0
0

This is one of the reasons I still like jQuery. I’m sure all the new frameworks do similar stuff, but things like this are so simple with jQuery. Anyway, jQuery.post() is a shorthand Ajax function. It’s the equivalent of doing this: $.ajax({ type: "POST", url: url, data: data, success: success, dataType: dataType }); So, with […]

The post Ajax requests with jQuery.post() appeared first on John Morris.


Viewing all articles
Browse latest Browse all 31

Latest Images

Trending Articles





Latest Images