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

    May 15, 2011 · First we have an AJAX call. In the AJAX call you setup callback handlers for the different types of events that can occur. A common misconception can be shown in the …

  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 …

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

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

  5. jquery - $.ajax - dataType - Stack Overflow

    Apr 27, 2010 · The $.ajax() documentation has full descriptions of these as well. In your particular case, the first is asking for the response to be in UTF-8 , the second doesn't care. Also the first …

  6. Uploading both data and files in one form using Ajax?

    I'm using jQuery and Ajax for my forms to submit data and files but I'm not sure how to send both data and files in one form. I currently do almost the same with both methods but the way in …

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

    is my first script in a wrong syntax? Yes, absolutely. You were just inserting if-else-statement parts in the middle of an object literal.

  8. jquery ajax data shows [object Object] - Stack Overflow

    Aug 5, 2013 · If you're sending data via $.ajax({...}), the Network tab of your browser inspector might be showing [object Object] in the Payload (Chrome) / Request (Firefox) sub-tab, like in …

  9. ajax - What does it mean when an HTTP request returns status …

    May 16, 2009 · For what it is worth, depending on the browser, jQuery-based AJAX calls will call your success callback with a HTTP status code of 0. We've found a status code of "0" usually …

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