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.

How to disable postback on an asp Button (System.Web.UI.WebControls.Button)

I have an asp button. It's server-side so I can only show it for logged in users, but i want …

.net asp.net javascript ajax
jQuery has deprecated synchronous XMLHTTPRequest

Like many others, my website is using jQuery. When I open the developer tools, I see a warning that says …

javascript jquery ajax xmlhttprequest
Ajax success event not working

I have a registration form and am using $.ajax to submit it. This is my AJAX request: $(document).ready(function() { $("…

javascript jquery ajax
"Mixed content blocked" when running an HTTP AJAX operation in an HTTPS page

I've a form which I'm submitting (through GET as it is required this way) to a crm (ViciDial). I can …

javascript php jquery html ajax
Google Maps API throws "Uncaught ReferenceError: google is not defined" only when using AJAX

I have a page that uses the Google Maps API to display a map. When I load the page directly, …

ajax google-maps-api-3
Show spinner GIF during an $http request in AngularJS?

I am using the $http service of AngularJS to make an Ajax request. How can a spinner GIF (or another …

angularjs ajax busyindicator
Pass entire form as data in jQuery Ajax function

I have a jQuery ajax function and would like to submit an entire form as post data. We are constantly …

jquery ajax
What does it mean when an HTTP request returns status code 0?

What does it mean when JavaScript network calls such as fetch or XMLHttpRequest, or any other type of HTTP network …

ajax http xmlhttprequest httpresponse fetch-api
Loading cross-domain endpoint with AJAX

I'm trying to load a cross-domain HTML page using AJAX but unless the dataType is "jsonp" I can't get a …

javascript jquery ajax cross-domain
How do I POST urlencoded form data with $http without jQuery?

I am new to AngularJS, and for a start, I thought to develop a new application using only AngularJS. I …

javascript jquery angularjs ajax angularjs-http