Monday 4 September 2017

Ajax Post Request With Json Datatype In Jquery

Here is the code for Ajax Post Request With Json Datatype In Jquery:

   $.ajax(
{
type: 'POST',
url: 'RequestHandler/RegisterationHandler.php?ZipVal=' + ZipVal,
data_type: 'json',
data: { "ZipVal": ZipVal },
success: function (data)
{
}
});

Google Map Filter Api Example

Here is Google Map Filter Api Example: