About 16,700,000 results
Open links in new tab
  1. javascript - What is AJAX and how does it work? - Stack Overflow

    May 15, 2011 · Possible Duplicate: How does AJAX work? Note: This is a community wiki post I've often heard of AJAX being used for providing a user with dynamic content. What is it and how does it work?

  2. javascript - How does AJAX work? - Stack Overflow

    Oct 2, 2009 · Ajax, which consists of HTML, JavaScript™ technology, DHTML, and DOM, is an outstanding approach that helps you transform clunky Web interfaces into interactive Ajax applications.

  3. javascript - jQuery Ajax File Upload - Stack Overflow

    269 Ajax post and upload file is possible. I'm using jQuery $.ajax function to load my files. I tried to use the XHR object but could not get results on the server side with PHP.

  4. Download a file asynchronously using Ajax - Stack Overflow

    Bluish is completely right about this, you can't do it through Ajax because JavaScript cannot save files directly to a user's computer (out of security concerns). Unfortunately pointing the main window's …

  5. Difference between ajax and javascript - Stack Overflow

    May 11, 2014 · AJAX (Asynchronous javascript and XML) is the javascript implementation of partial server requests which is typically carried out using the XMLHttpRequest object.

  6. javascript - jQuery AJAX submit form - Stack Overflow

    Dec 25, 2009 · I have a form with name orderproductForm and an undefined number of inputs. I want to do some kind of jQuery.get or ajax or anything like that that would call a page through Ajax, and send …

  7. javascript - Making a Simple Ajax call to controller in asp.net mvc ...

    Apr 24, 2013 · Learn how to make a simple Ajax call to an ASP.NET MVC controller with step-by-step guidance and code examples.

  8. Prevent browser caching of AJAX call result - Stack Overflow

    Dec 15, 2008 · A small addition to the excellent answers given: If you're running with a non-ajax backup solution for users without javascript, you will have to get those server-side headers correct anyway.

  9. javascript - jQuery: Return data after ajax call success - Stack Overflow

    Mar 16, 2011 · For differences between jQuery and other implementations, and how to convert jQuery promises to Promises/A+ compliant, see Coming from jQuery by Kris Kowal et al. on the Q library …

  10. jquery - Pass array to ajax request in $.ajax () - Stack Overflow

    Jan 17, 2012 · Pass array to ajax request in $.ajax () [duplicate] Asked 13 years, 10 months ago Modified 5 years, 10 months ago Viewed 788k times