Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #2046 by forcing the dataType to 'html' in the .load() function. | David Serduke | 2007-12-14 | 1 | -10/+23 | |
| | ||||||
* | Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ↵ | David Serduke | 2007-12-12 | 1 | -0/+22 | |
| | | | | will now use a cross domain load the same as urls that start with "http". | |||||
* | Fix #1987 by only doing remote <script> type ajax with GET requests. All ↵ | David Serduke | 2007-12-11 | 1 | -0/+19 | |
| | | | | other types will be passed on to XMLHttpRequest. | |||||
* | Added ajax error messages in the unit test suite because Safari was ↵ | David Serduke | 2007-12-06 | 1 | -0/+44 | |
| | | | | sometimes tossing errors that were being ignored and that caused a freeze in the test suite. | |||||
* | Safari sometimes stops in the test suite on the ajax section when I run the ↵ | David Serduke | 2007-12-05 | 1 | -5/+15 | |
| | | | | whole suite and its running on my local machine. I went ahead and put better error detection in for the test that is the culprit so it will keep going. It seems to do fine if I run it from a server. It gives xml.status as 0. Maybe this is the reason http://www.pearweb.com/javascript/XMLHttpRequest.html | |||||
* | Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of ↵ | David Serduke | 2007-12-04 | 1 | -1/+31 | |
| | | | | just appending. | |||||
* | There was a disabled test in the ajax test suite which said there were too ↵ | David Serduke | 2007-12-04 | 1 | -5/+3 | |
| | | | | many simultainous requests. I re-enabled it when I found a bug that might have been the cause of the failure instead and it seems to work fine. We can disable it again if that ends up not being the case. | |||||
* | Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ↵ | David Serduke | 2007-11-29 | 1 | -0/+13 | |
| | | | | case, $.getJSON() wasn't working from a remote host. I went ahead and added a unit test then added the s.dataType == "json" test for a remote <script> load. The said that json was allowed but the dataType check was missing. This appears to have fixed the bug across all browsers. | |||||
* | Disabled the Ajax tests from running locally. | John Resig | 2007-09-23 | 1 | -33/+31 | |
| | ||||||
* | Added a fix for bug #1580, where the query string was appended to the POST ↵ | John Resig | 2007-09-15 | 1 | -1/+8 | |
| | | | | data, instead of being left alone. | |||||
* | Fix for bug #1600 - multiple selects were being serialized incorrectly. | John Resig | 2007-09-15 | 1 | -4/+4 | |
| | ||||||
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -0/+641 | |