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.

TypeError: $.ajax(...) is not a function?

I'm trying to create a simple AJAX request which returns some data from a MySQL database. Here's my function below: …

jquery ajax json
jQuery AJAX file upload PHP

I want to implement a simple file upload in my intranet-page, with the smallest setup possible. This is my HTML …

javascript php jquery ajax upload
How to set selected value of jquery select2?

This belong to codes prior to select2 version 4 I have a simple code of select2 that get data from ajax $("#…

javascript php jquery ajax jquery-select2
How to get response status code from jQuery.ajax?

In the following code, all I am trying to do is to get the HTTP response code from a jQuery.…

ajax jquery-1.5
Ajax request returns 200 OK, but an error event is fired instead of success

I have implemented an Ajax request on my website, and I am calling the endpoint from a webpage. It always …

javascript jquery asp.net ajax json
syntax error: unexpected token <

I've tried many things and there's no way, always appears this error I tried to use only one option to …

javascript jquery ajax syntax token
Basic example of using .ajax() with JSONP?

Please could someone help me work out how to get started with JSONP? Code: $('document').ready(function() { var pm_url = …

ajax json jsonp
JavaScript/jQuery to download file via POST with JSON data

I have a jquery-based single-page webapp. It communicates with a RESTful web service via AJAX calls. I'm trying to accomplish …

javascript jquery ajax rest
Cross-Origin Read Blocking (CORB)

I have called third party API using Jquery AJAX. I am getting following error in console: Cross-Origin Read Blocking (CORB) …

javascript jquery ajax cors cross-origin-read-blocking
jQuery ajax success callback function definition

I want to use jQuery ajax to retrieve data from a server. I want to put the success callback function …

javascript jquery ajax