About 8,800,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. javascript - $.ajax if condition - Stack Overflow

    0 Place the condition before the ajax statements and assign common variables there.

  5. Is there any analog to a 'finally' in jQuery AJAX calls?

    Apr 10, 2013 · Is there a Java 'finally' analogue in jQuery AJAX calls? I have this code here. In my always I throw an exception, however I ALWAYS want it to go to the then() method. …

  6. Show loading image while $.ajax is performed - Stack Overflow

    The "image" people generally show during an ajax call is an animated gif. Since there is no way to determine the percent complete of the ajax request, the animated gifs used are indeterminate …

  7. jquery - Ajax tutorial for post and get - Stack Overflow

    I need a simple ajax tutorial or case study for a simple input form, where I want to post a username through an input form, which sends it to the database and replies with the results. …

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

  9. Difference between fetch, ajax, and xhr - Stack Overflow

    Mar 17, 2022 · Ajax is a buzzword meaning "Making an HTTP request from JavaScript without leaving the page". XMLHttpRequest and fetch are APIs, provided by browsers, which allow …

  10. How do you handle errors from AJAX calls? - Stack Overflow

    Jul 6, 2016 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …