Using JQuery, we can simply make Ajax call. JQuery provides us simple methods to make Ajax call using GET or POST. We can use any of these HTTP methods to make Ajax request using JQuery.
1. $.get() : Load a remote page using an HTTP GET request.
Syntax: $.get(String url, Map params, Function callback) returns XMLHttpRequest
Example 1: [...]
Posts Tagged ‘post’
Ajax using JQuery
Posted in Technical, tagged ajax, get, javascript, jquery, post on July 27, 2008 | 5 Comments »