About 10,700,000 results
Open links in new tab
  1. 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 …

  2. jQuery Ajax simple call - Stack Overflow

    You could also make the ajax call more generic, reusable, so you can call it from different CRUD (create, read, update, delete) tasks for example and treat the success cases from those calls.

  3. Download a file asynchronously using Ajax - Stack Overflow

    I created jQuery File Download which allows for an "Ajax like" experience with file downloads complete with OnSuccess and OnFailure callbacks to provide for a better user experience.

  4. include antiforgerytoken in ajax post ASP.NET MVC

    I am having trouble with the AntiForgeryToken with ajax. I'm using ASP.NET MVC 3. I tried the solution in jQuery Ajax calls and the Html.AntiForgeryToken(). Using that solution, the token is …

  5. jQuery: Return data after ajax call success [duplicate]

    Mar 16, 2011 · The only way to return the data from the function would be to make a synchronous call instead of an asynchronous call, but that would freeze up the browser while it's waiting for …

  6. 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.

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

    Oct 2, 2009 · The author, an Ajax expert, demonstrates how these technologies work together -- from an overview to a detailed look -- to make extremely efficient Web development an easy …

  8. Send JSON data via POST (ajax) and receive json response from ...

    Dec 15, 2011 · Send JSON data via POST (ajax) and receive json response from Controller (MVC) Asked 13 years, 10 months ago Modified 3 years, 2 months ago Viewed 1.1m times

  9. How to send FormData objects with Ajax-requests in jQuery?

    The XMLHttpRequest Level 2 standard (still a working draft) defines the FormData interface. This interface enables appending File objects to XHR-requests (Ajax-requests). Btw, this is a new …

  10. TypeError: $.ajax (...) is not a function? - Stack Overflow

    The problem is this one by default is slim.jquery.js which doesn't have the ajax function in it. So, if you're using (copy-pasted from Bootstrap website) slim version jquery script link, use the full …