Top "Ajax" questions

AJAX (Asynchronous JavaScript and XML) is a technique for creating interactive website user interfaces without the traditional web page refresh or reload.

Refresh/reload the content in Div using jquery/ajax

I want to reload a div on click of a button. I do not want to reload the full page. …

javascript jquery html css ajax
How do I format a Microsoft JSON date?

I'm taking my first crack at Ajax with jQuery. I'm getting my data onto my page, but I'm having some …

jquery asp.net ajax json
jQuery get textarea text

Recently I have started playing with jQuery, and have been following a couple of tutorials. Now I feel slightly competent …

javascript jquery ajax
How can I get jQuery to perform a synchronous, rather than asynchronous, Ajax request?

I have a JavaScript widget which provides standard extension points. One of them is the beforecreate function. It should return …

javascript jquery ajax asynchronous
jQuery AJAX cross domain

Here are two pages, test.php and testserver.php. test.php <script src="scripts/jq.js" type="text/javascript"&…

javascript jquery ajax json cross-domain
How to make an AJAX call without jQuery?

How to make an AJAX call using JavaScript, without using jQuery?

javascript ajax
Use basic authentication with jQuery and Ajax

I am trying to create a basic authentication through the browser, but I can't really get there. If this script …

javascript jquery ajax authentication
Execute PHP function with onclick

I am searching for a simple solution to call a PHP function only when a-tag is clicked. PHP: function removeday() { ... } …

javascript php ajax onclick
How to pass parameters in $ajax POST?

I have followed the tutorial as stated in this link. In the code below for some reason the data is …

jquery ajax
Origin is not allowed by Access-Control-Allow-Origin

I'm making an Ajax.request to a remote PHP server in a Sencha Touch 2 application (wrapped in PhoneGap). The response …

javascript ajax cors xmlhttprequest cross-domain