Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped ↵ | John Resig | 2007-01-08 | 1 | -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 Alsup | 2007-01-07 | 1 | -3/+3 |
| | | | | http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1) | ||||
* | added evalScripts test | Mike Alsup | 2007-01-02 | 1 | -0/+14 |
| | |||||
* | Modified tests to show #746 | Jörn Zaefferer | 2006-12-31 | 1 | -1/+12 |
| | |||||
* | Improved Mikes hack to ease testing against IE cache | Jörn Zaefferer | 2006-12-31 | 1 | -30/+34 |
| | |||||
* | add time to test.html request url using new Date().getTime() | Mike Alsup | 2006-12-31 | 1 | -2/+2 |
| | |||||
* | Fix for #534 | Jörn Zaefferer | 2006-12-29 | 1 | -1/+2 |
| | |||||
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 1 | -1/+15 |
| | |||||
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 1 | -6/+6 |
| | |||||
* | Implemented a better error handling for ajax requests. Exceptions caused by ↵ | Jörn Zaefferer | 2006-12-21 | 1 | -1/+3 |
| | | | | dropping connections are now handled, too. | ||||
* | Added test for sync requests with callbacks (#534) | Jörn Zaefferer | 2006-12-21 | 1 | -0/+6 |
| | |||||
* | Fixed synchrnous requests, improved AJAX inline documentation | Jörn Zaefferer | 2006-12-15 | 1 | -0/+21 |
| | |||||
* | Fixed #471 | Jörn Zaefferer | 2006-12-11 | 1 | -14/+22 |
| | |||||
* | Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with ↵ | Jörn Zaefferer | 2006-12-05 | 1 | -3/+3 |
| | | | | form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks... | ||||
* | Renamed preprocess to before, for consistency with form plugin | Jörn Zaefferer | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced ↵ | Jörn Zaefferer | 2006-12-04 | 1 | -0/+17 |
| | | | | preprocess callback (#384) - IE seems to fail to send the correct headers | ||||
* | Fixed serializing arrays (bug #448) | Jörn Zaefferer | 2006-11-30 | 1 | -7/+22 |
| | |||||
* | Another attempt to fix the getScript problem | Jörn Zaefferer | 2006-11-21 | 1 | -15/+9 |
| | |||||
* | Fix for bug #407, yet to be tested | Jörn Zaefferer | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 1 | -0/+271 |