Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF) | Jörn Zaefferer | 2006-12-02 | 1 | -4/+12 | |
| | ||||||
* | Fixed serializing arrays (bug #448) | Jörn Zaefferer | 2006-11-30 | 2 | -10/+25 | |
| | ||||||
* | Fixed docs for $.ajax for data option | Jörn Zaefferer | 2006-11-28 | 1 | -1/+1 | |
| | ||||||
* | Another attempt to fix the getScript problem | Jörn Zaefferer | 2006-11-21 | 2 | -26/+19 | |
| | ||||||
* | Fixed typo in comment | Jörn Zaefferer | 2006-11-21 | 1 | -1/+1 | |
| | ||||||
* | Better fix for #407 issue | Jörn Zaefferer | 2006-11-21 | 1 | -2/+9 | |
| | ||||||
* | Fix for bug #407, yet to be tested | Jörn Zaefferer | 2006-11-20 | 2 | -6/+14 | |
| | ||||||
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 2 | -220/+271 | |
| | ||||||
* | Heavily improved documentation for $.ajax, but may still need some fixes | Jörn Zaefferer | 2006-11-18 | 1 | -7/+22 | |
| | ||||||
* | Return XMLHttpRequest from $.ajax() to allow aborting etc. | Jörn Zaefferer | 2006-11-17 | 1 | -1/+8 | |
| | ||||||
* | Added async option (ticket #367) | Jörn Zaefferer | 2006-11-17 | 1 | -2/+6 | |
| | ||||||
* | Fixed an issue with getJSON (type was not correctly passed on when data was ↵ | Jörn Zaefferer | 2006-11-17 | 1 | -11/+18 | |
| | | | | ommited); Added more options to $.ajax to provide more flexibility (bug #371) | |||||
* | Missing '}' in jQuery.param method in ajax.js | Brandon Aaron | 2006-11-16 | 1 | -0/+1 | |
| | ||||||
* | if one value of key/value pairs is array then treat each array value in part | Stefan Petre | 2006-11-16 | 1 | -2/+9 | |
| | ||||||
* | Fixed a missing semicolon | Jörn Zaefferer | 2006-11-13 | 1 | -2/+2 | |
| | ||||||
* | Fixed doc for $.ajax data option | Jörn Zaefferer | 2006-11-11 | 1 | -1/+2 | |
| | ||||||
* | Fixed docs for load; Added the response as third paramter for load callback ↵ | Jörn Zaefferer | 2006-11-11 | 1 | -4/+4 | |
| | | | | (partly fixing bug #337) | |||||
* | Refactored all logic from $.get and $.post into $.ajax, now they are only ↵ | Jörn Zaefferer | 2006-11-11 | 1 | -35/+33 | |
| | | | | convenience delegators | |||||
* | Modified test for load(); added fix for trigger, where it modifies data ↵ | Jörn Zaefferer | 2006-11-09 | 1 | -1/+3 | |
| | | | | passed to it, which causes ugly side-effects | |||||
* | Added pseudo-fix for #164; fixed some tests that failed in IE | Jörn Zaefferer | 2006-11-07 | 1 | -4/+4 | |
| | ||||||
* | Changed return type to undefined for certain functions, as discussed. | Klaus Hartl | 2006-11-04 | 1 | -67/+67 | |
| | ||||||
* | Refactored ajax module: Dropped internal arguments from ajax(); Modified ↵ | Jörn Zaefferer | 2006-11-03 | 1 | -45/+73 | |
| | | | | testsuite to improve display | |||||
* | Another $ bites the dust. Should be all of them now. | Brandon Aaron | 2006-11-01 | 1 | -1/+1 | |
| | ||||||
* | Fixed all warnings generated when javascript.options.strict is enabled in ↵ | John Resig | 2006-10-15 | 1 | -1/+1 | |
| | | | | Firefox about:config. | |||||
* | Added test for #174; Modified failing (IE) tests for find | Jörn Zaefferer | 2006-10-13 | 1 | -0/+10 | |
| | ||||||
* | Fix for #265: Initialize defaults for global and timeout properly when ↵ | Jörn Zaefferer | 2006-10-13 | 1 | -0/+2 | |
| | | | | $.ajax is called internally (argument list instead of hash) | |||||
* | Fixed #216, added several tests for ajax module and fixed more stuff ↵ | Jörn Zaefferer | 2006-10-13 | 1 | -12/+58 | |
| | | | | revealed by those; Reverted Johns change for each (changeset 433), caused way too much trouble | |||||
* | Added 2 of 3 fixes of #164 | Jörn Zaefferer | 2006-10-11 | 1 | -0/+12 | |
| | ||||||
* | Fixed second test for load() | Jörn Zaefferer | 2006-10-09 | 1 | -2/+2 | |
| | ||||||
* | Fixed test for load(url) | Jörn Zaefferer | 2006-10-08 | 1 | -1/+1 | |
| | ||||||
* | Removed (hopefully) all references to $ within the jQuery code itself | Jörn Zaefferer | 2006-10-06 | 1 | -3/+3 | |
| | ||||||
* | Added test for bug #232 | Jörn Zaefferer | 2006-10-06 | 1 | -0/+7 | |
| | ||||||
* | removed the test for bug #164, the test suite is unable to handle the ↵ | Jörn Zaefferer | 2006-10-03 | 1 | -13/+0 | |
| | | | | resulting error in IE correctly. I'll add it back later. | |||||
* | Reset ajaxTimeout after running timeout tests | Jörn Zaefferer | 2006-10-02 | 1 | -0/+2 | |
| | ||||||
* | Small fixes to tests | Jörn Zaefferer | 2006-10-02 | 1 | -19/+29 | |
| | ||||||
* | Fixed bug #215 | Jörn Zaefferer | 2006-10-01 | 1 | -1/+2 | |
| | ||||||
* | Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to ↵ | Jörn Zaefferer | 2006-10-01 | 1 | -2/+12 | |
| | | | | $.ajax) | |||||
* | Added local timeout option for $.ajax + test | Jörn Zaefferer | 2006-10-01 | 1 | -2/+24 | |
| | ||||||
* | Added tests for global and local ajax handlers, added global option to ↵ | Jörn Zaefferer | 2006-10-01 | 1 | -7/+60 | |
| | | | | $.ajax to allow suppressing of global events | |||||
* | Added tests, fixed getScript and getJSON, fixed comment in $.ajax | Jörn Zaefferer | 2006-09-30 | 1 | -98/+194 | |
| | ||||||
* | Modified test for bug #164 | Jörn Zaefferer | 2006-09-23 | 1 | -2/+2 | |
| | ||||||
* | Refactored test suite to allow async tests (use stop() before starting an ↵ | Jörn Zaefferer | 2006-09-19 | 1 | -0/+13 | |
| | | | | async request, use start() when finished), added test for bug #164 | |||||
* | Added a couple new AJAX methods and finished documenting everything. | John Resig | 2006-09-08 | 1 | -76/+242 | |
| | ||||||
* | About half done documenting the AJAX module. | John Resig | 2006-09-01 | 1 | -2/+133 | |
| | ||||||
* | Added native support for JSON data. | John Resig | 2006-08-31 | 1 | -0/+3 | |
| | ||||||
* | Added support for the native AJAX object in IE 7. | John Resig | 2006-08-31 | 1 | -1/+1 | |
| | ||||||
* | Added a bunch of fixes for AJAX timeouts, etc. in Safari. | John Resig | 2006-08-22 | 1 | -8/+12 | |
| | ||||||
* | Made some minor fixes to how content-type and context is handled on remote ↵ | John Resig | 2006-08-17 | 1 | -2/+2 | |
| | | | | XML files. | |||||
* | Added in a mess of AJAX fixes and optimisations, made possible by Taku Sano. ↵ | John Resig | 2006-08-17 | 1 | -42/+112 | |
| | | | | On top of his patch I touched up some of the code, made some bug fixes, and added some additional functionality (including the ability to load and eval a remote script file. | |||||
* | Moved all the jQuery source to the new src directory. | John Resig | 2006-08-13 | 1 | -0/+229 | |