aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
...
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-23/+21
* Ok, this should actually fix #6041 :)Ben Alman2010-02-061-1/+1
* Make sure that we don't try to double-encode params using the traditional sty...jeresig2010-02-051-2/+4
* Provided detailed message for JSON parse errors. Fixes #4435.Mike Alup2010-01-251-2/+3
* Make sure original context is maintained and not the deep extended one. Fixes...John Resig2010-01-251-0/+21
* Objects with length properties weren't getting serialized properly by jQuery....John Resig2010-01-251-0/+13
* Don't set the context in .load() as it stops the global ajax events from firi...John Resig2010-01-241-0/+24
* Make sure regular settings object is set as context for all Ajax requests, if...John Resig2010-01-161-13/+37
* Make sure that null params aren't traversed. Fixes #5794.jeresig2010-01-131-2/+3
* Make sure that a parsererror is thrown whenever malformed JSON comes back fro...jeresig2010-01-071-2/+21
* Add some abort() Ajax tests. Verifies that #3984 works.jeresig2010-01-061-0/+24
* Added in support for content-type sniffing for scripts. Fixes #5718.jeresig2010-01-061-0/+14
* Detect JSON Ajax requests by the response content-type (like is done with XML...Rick Waldron2010-01-051-0/+19
* Moved jQuery.param "traditional" flag into jQuery.ajaxSettings, can now be ov...Ben Alman2009-12-231-3/+10
* Add new html5 input types to list of serializable types. Older browers handle...Dave Methvin2009-12-181-4/+11
* Further modified jQuery 1.4 .param() method to serialize arrays containing no...Ben Alman2009-12-181-2/+8
* Added in support for $.ajax jsonpCallback (allowing you to specify the name o...John Resig2009-12-061-2/+32
* Just restore window.JSON in the getJSON test, don't try to delete the value.jeresig2009-12-031-6/+3
* Re-wrote context Ajax test to use an element instead of an object (a more rea...John Resig2009-11-171-1/+1
* jQuery.ajax modified the passed-in object only to help test the code - this s...John Resig2009-11-071-0/+5
* Getting $.param working well; Patch by ben_almanYehuda Katz2009-09-171-10/+27
* remove globals in tests for compability with ?noglobals, to be enabled by def...Jörn Zaefferer2009-09-151-1/+4
* jquery ajax: addition for #2452. Wasn't working correctly in some cases.Ariel Flesler2009-09-151-3/+6
* jquery ajax: closes #4994. Adding 'context' setting to $.ajaxAriel Flesler2009-09-151-3/+42
* Adds nested param serialization; Closes #4201 (by merbjedi)Yehuda Katz2009-09-021-1/+14
* Temporarily disabled some tests for Opera 10 - a variety of problems with inp...John Resig2009-08-261-1/+3
* Exaggerate the times for the localtimeout ajax test.John Resig2009-07-211-1/+1
* Fixed spelling mistake in Ajax tests.John Resig2009-07-141-2/+2
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil...John Resig2009-07-141-4/+14
* Minor tab-spacing tweak.John Resig2009-06-151-1/+1
* Adding support for etags in $.ajax() - and simplified the if-modified-since i...John Resig2009-06-151-0/+52
* Switched to using new Function instead of eval for handling JSON parsing (Fix...John Resig2009-05-201-0/+19
* error case for an ajax testBrandon Aaron2009-05-161-2/+6
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-011-124/+124
* Made it so that search input elements are now serialized. Fixes bug #4107.John Resig2009-02-181-4/+4
* Had to remove the global variable tricks (especially the delete window calls)...John Resig2009-01-121-28/+8
* testrunner: Putting back the global variables used for ajax tests. I added ma...Ariel Flesler2009-01-101-22/+46
* testrunner: Removing every global variable leaked within (and outside) tests....Ariel Flesler2009-01-091-21/+19
* Timeout test appears to be flaky - disabling, for now.John Resig2009-01-051-0/+2
* The timeout test was waiting for 10 seconds - unnecessary, lowered it to 1 se...John Resig2009-01-051-1/+1
* core: tests cleanup for compability with qunit updates: stop() now actually a...Jörn Zaefferer2008-10-241-4/+4
* test runner: the changes are:Ariel Flesler2008-05-281-135/+135
* test runner: a test for load() with a hash of data, and another for load() wi...Ariel Flesler2008-05-271-0/+24
* ajax test: Removed test for extending with null.Scott González2008-05-071-6/+2
* jquery ajax: support for dynamic data arguments, see #2806; added test/data/e...Jörn Zaefferer2008-05-061-0/+16
* test runner: translated all the ok() with '==' to equals(), as it gives more ...Ariel Flesler2008-05-061-19/+19
* jquery.ajax: improvement for #2688, added testJörn Zaefferer2008-04-221-0/+21
* Fixed #2174 by removing the s.dataType == "json" check for possible cross dom...David Serduke2008-01-171-4/+4
* Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...John Resig2007-12-171-3/+3
* Fixed #2046 by forcing the dataType to 'html' in the .load() function.David Serduke2007-12-141-10/+23