aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped ↵John Resig2007-01-081-0/+4
| | | | the test suite from trying to run Ajax tests locally.
* Updated param method to encode name as well as value (per spec: ↵Mike Alsup2007-01-072-6/+6
| | | | http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1)
* Improved the categories of a bunch of docs, upped the version to 1.1.John Resig2007-01-071-18/+18
|
* Cleaned up some spacing and braces.John Resig2007-01-061-39/+36
|
* Converted instances of new function(){ ... } to use jQuery.each(...) ↵John Resig2007-01-061-10/+4
| | | | instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?).
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-041-8/+11
|
* added evalScripts testMike Alsup2007-01-021-0/+14
|
* Added note for IE's behaviour of stripping script tags when there are no ↵Jörn Zaefferer2007-01-011-0/+1
| | | | chracters in front of it (see #746)
* Modified tests to show #746Jörn Zaefferer2006-12-311-1/+12
|
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-311-30/+34
|
* add time to test.html request url using new Date().getTime()Mike Alsup2006-12-311-2/+2
|
* Fix for #534Jörn Zaefferer2006-12-292-1/+6
|
* Documentation for $.ajaxSetupJörn Zaefferer2006-12-221-5/+23
|
* Implemented global ajax settings - no documentation yetJörn Zaefferer2006-12-222-24/+36
|
* Fixed typoJörn Zaefferer2006-12-211-1/+1
|
* A few corrections to the testsuite to imrove the failure testingJörn Zaefferer2006-12-212-13/+21
|
* Added note to load() to avoid using it to load scripts (#456)Jörn Zaefferer2006-12-211-0/+2
|
* Implemented a better error handling for ajax requests. Exceptions caused by ↵Jörn Zaefferer2006-12-212-52/+58
| | | | dropping connections are now handled, too.
* Added test for sync requests with callbacks (#534)Jörn Zaefferer2006-12-211-0/+6
|
* Fixed wheather-whether typo - Thanks ErikJörn Zaefferer2006-12-201-1/+1
|
* Fixed synchrnous requests, improved AJAX inline documentationJörn Zaefferer2006-12-152-91/+126
|
* Fixed docs for $.ajax' processData optionJörn Zaefferer2006-12-131-4/+4
|
* Fixed #471Jörn Zaefferer2006-12-112-22/+58
|
* Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with ↵Jörn Zaefferer2006-12-052-7/+7
| | | | form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks...
* Renamed preprocess to before, for consistency with form pluginJörn Zaefferer2006-12-042-5/+5
|
* Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced ↵Jörn Zaefferer2006-12-042-5/+27
| | | | preprocess callback (#384) - IE seems to fail to send the correct headers
* Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF)Jörn Zaefferer2006-12-021-4/+12
|
* Fixed serializing arrays (bug #448)Jörn Zaefferer2006-11-302-10/+25
|
* Fixed docs for $.ajax for data optionJörn Zaefferer2006-11-281-1/+1
|
* Another attempt to fix the getScript problemJörn Zaefferer2006-11-212-26/+19
|
* Fixed typo in commentJörn Zaefferer2006-11-211-1/+1
|
* Better fix for #407 issueJörn Zaefferer2006-11-211-2/+9
|
* Fix for bug #407, yet to be testedJörn Zaefferer2006-11-202-6/+14
|
* Testsuite 2.0Jörn Zaefferer2006-11-182-220/+271
|
* Heavily improved documentation for $.ajax, but may still need some fixesJörn Zaefferer2006-11-181-7/+22
|
* Return XMLHttpRequest from $.ajax() to allow aborting etc.Jörn Zaefferer2006-11-171-1/+8
|
* Added async option (ticket #367)Jörn Zaefferer2006-11-171-2/+6
|
* Fixed an issue with getJSON (type was not correctly passed on when data was ↵Jörn Zaefferer2006-11-171-11/+18
| | | | ommited); Added more options to $.ajax to provide more flexibility (bug #371)
* Missing '}' in jQuery.param method in ajax.jsBrandon Aaron2006-11-161-0/+1
|
* if one value of key/value pairs is array then treat each array value in partStefan Petre2006-11-161-2/+9
|
* Fixed a missing semicolonJörn Zaefferer2006-11-131-2/+2
|
* Fixed doc for $.ajax data optionJörn Zaefferer2006-11-111-1/+2
|
* Fixed docs for load; Added the response as third paramter for load callback ↵Jörn Zaefferer2006-11-111-4/+4
| | | | (partly fixing bug #337)
* Refactored all logic from $.get and $.post into $.ajax, now they are only ↵Jörn Zaefferer2006-11-111-35/+33
| | | | convenience delegators
* Modified test for load(); added fix for trigger, where it modifies data ↵Jörn Zaefferer2006-11-091-1/+3
| | | | passed to it, which causes ugly side-effects
* Added pseudo-fix for #164; fixed some tests that failed in IEJörn Zaefferer2006-11-071-4/+4
|
* Changed return type to undefined for certain functions, as discussed.Klaus Hartl2006-11-041-67/+67
|
* Refactored ajax module: Dropped internal arguments from ajax(); Modified ↵Jörn Zaefferer2006-11-031-45/+73
| | | | testsuite to improve display
* Another $ bites the dust. Should be all of them now.Brandon Aaron2006-11-011-1/+1
|
* Fixed all warnings generated when javascript.options.strict is enabled in ↵John Resig2006-10-151-1/+1
| | | | Firefox about:config.