Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Marked all the appropriate methods as being deprecated for the 1.1.4 release ↵ | John Resig | 2007-08-24 | 1 | -0/+3 |
| | | | | (in preparation for 1.2). | ||||
* | Brought back a husk method to represent evalScripts. I didn't realize so ↵ | John Resig | 2007-08-24 | 1 | -1/+6 |
| | | | | many plugins relied on it (it's deprecated in this release). | ||||
* | Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the ↵ | John Resig | 2007-08-21 | 1 | -1/+1 |
| | | | | boolean arg should be used, not overwritten with 'true'. | ||||
* | Make deep .extend() an optional argument - it will go deep if you pass in an ↵ | John Resig | 2007-08-21 | 1 | -2/+2 |
| | | | | boolean as the first argument (fixed bug #1028). | ||||
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. ↵ | John Resig | 2007-08-19 | 1 | -23/+31 |
| | | | | | | | | | | In order to achieve this I had to fix a numbe r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too led to no longer leak memory and slow things down). | ||||
* | We were catching exceptions within the success callback of an Ajax request, ↵ | John Resig | 2007-08-19 | 1 | -30/+31 |
| | | | | then causing an error callback to be called (which is incorrect). (Bug #1441) | ||||
* | Brought back jQuery.globalEval(), fixing bug #1425. | John Resig | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | nevermind, I'm dumb. =P | Sean Catchpole | 2007-07-26 | 1 | -1/+1 |
| | |||||
* | Fixed ajax array arguments in $.param | Sean Catchpole | 2007-07-26 | 1 | -1/+1 |
| | |||||
* | missing semi-colon | Brandon Aaron | 2007-07-21 | 1 | -1/+1 |
| | |||||
* | Added support for parsererror errors from Ajax requests (bug #1145). | John Resig | 2007-07-21 | 1 | -3/+6 |
| | |||||
* | Added a fix to prevent the completion callback from firing multiple times in ↵ | John Resig | 2007-07-20 | 1 | -1/+1 |
| | | | | Firefox on OSX (fixed bug #1406). | ||||
* | Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777. | John Resig | 2007-07-20 | 1 | -49/+9 |
| | |||||
* | The isTimeout fix from #970 was causing unintended status bugs (fixed). This ↵ | John Resig | 2007-07-20 | 1 | -9/+14 |
| | | | | also includes a fix for errors that occurred during an empty eval in IE (but #1410). | ||||
* | Made the error message equal to "timeout", if the request timed out. (Bug #970) | John Resig | 2007-07-20 | 1 | -3/+3 |
| | |||||
* | Fixed an issue with JSON data in packed scripts. (Bug #1298) | John Resig | 2007-06-16 | 1 | -1/+1 |
| | |||||
* | Minor cleanup | Jörn Zaefferer | 2007-04-25 | 1 | -3/+0 |
| | |||||
* | Fix for #1132 | Jörn Zaefferer | 2007-04-18 | 1 | -4/+0 |
| | |||||
* | Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ↵ | Jörn Zaefferer | 2007-04-03 | 1 | -8/+3 |
| | | | | an ActiveXObject or the XMLHttpRequest, potentially fixing #963 | ||||
* | Fixed docs for ajax timouet to mention that its in milliseconds | Jörn Zaefferer | 2007-03-25 | 1 | -3/+3 |
| | |||||
* | Fix for #953, use always GET for $.get | Jörn Zaefferer | 2007-03-17 | 1 | -0/+1 |
| | |||||
* | Backported wiki changes from http://docs.jquery.com/API/1.1.1/Ajax | Jörn Zaefferer | 2007-02-27 | 1 | -14/+24 |
| | |||||
* | Fix for #991 | Jörn Zaefferer | 2007-02-22 | 1 | -8/+14 |
| | |||||
* | Rolling back fix for #914 due to firefox double evaling scripts | Brandon Aaron | 2007-02-17 | 1 | -1/+1 |
| | |||||
* | Fix for #914. | Brandon Aaron | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | Fix for #884 | Jörn Zaefferer | 2007-01-31 | 1 | -1/+4 |
| | |||||
* | Fixed doing $.post() without any params. | John Resig | 2007-01-22 | 1 | -0/+5 |
| | |||||
* | Added a fix for an undefined param being passed to a load. | John Resig | 2007-01-20 | 1 | -1/+1 |
| | |||||
* | Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test | Jörn Zaefferer | 2007-01-17 | 1 | -1/+1 |
| | |||||
* | Fix bug #814. | Mike Alsup | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | Fixed two FF JS warnings | Jörn Zaefferer | 2007-01-14 | 1 | -1/+2 |
| | |||||
* | Converted a lot of for loops to use jQuery.each() instead. | John Resig | 2007-01-14 | 1 | -4/+6 |
| | |||||
* | Added back in the .load() fix. | John Resig | 2007-01-14 | 1 | -1/+1 |
| | |||||
* | Merged in some wiki fixes into the main docs. | John Resig | 2007-01-14 | 1 | -3/+3 |
| | |||||
* | Added in jQuery.isFunction(). | John Resig | 2007-01-14 | 1 | -3/+3 |
| | |||||
* | Touched up the code a little bit, saving some bytes. | John Resig | 2007-01-14 | 1 | -3/+3 |
| | |||||
* | Added a fix for <script>s getting executed twice when .load()ed. | John Resig | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | 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) | ||||
* | Improved the categories of a bunch of docs, upped the version to 1.1. | John Resig | 2007-01-07 | 1 | -18/+18 |
| | |||||
* | Cleaned up some spacing and braces. | John Resig | 2007-01-06 | 1 | -39/+36 |
| | |||||
* | Converted instances of new function(){ ... } to use jQuery.each(...) ↵ | John Resig | 2007-01-06 | 1 | -10/+4 |
| | | | | instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?). | ||||
* | Changed "Hash" to "Map" in docs | Jörn Zaefferer | 2007-01-04 | 1 | -8/+11 |
| | |||||
* | Added note for IE's behaviour of stripping script tags when there are no ↵ | Jörn Zaefferer | 2007-01-01 | 1 | -0/+1 |
| | | | | chracters in front of it (see #746) | ||||
* | Fix for #534 | Jörn Zaefferer | 2006-12-29 | 1 | -0/+4 |
| | |||||
* | Documentation for $.ajaxSetup | Jörn Zaefferer | 2006-12-22 | 1 | -5/+23 |
| | |||||
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 1 | -23/+21 |
| | |||||
* | Fixed typo | Jörn Zaefferer | 2006-12-21 | 1 | -1/+1 |
| | |||||
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 1 | -7/+15 |
| | |||||
* | Added note to load() to avoid using it to load scripts (#456) | Jörn Zaefferer | 2006-12-21 | 1 | -0/+2 |
| | |||||
* | Implemented a better error handling for ajax requests. Exceptions caused by ↵ | Jörn Zaefferer | 2006-12-21 | 1 | -51/+55 |
| | | | | dropping connections are now handled, too. |