David Serduke
|
aee221d33c
|
Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of just appending.
|
2007-12-04 04:43:45 +00:00 |
|
David Serduke
|
701b072e1a
|
There was a disabled test in the ajax test suite which said there were too 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.
|
2007-12-04 01:51:07 +00:00 |
|
David Serduke
|
4b8f6cdc86
|
Fixed #1557, although it doesn't appear to be just an FF3 problem. In this 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.
|
2007-11-29 19:07:20 +00:00 |
|
John Resig
|
b453257653
|
Disabled the Ajax tests from running locally.
|
2007-09-23 15:58:49 +00:00 |
|
John Resig
|
62d84e44ac
|
Added a fix for bug #1580, where the query string was appended to the POST data, instead of being left alone.
|
2007-09-15 01:18:30 +00:00 |
|
John Resig
|
6d71a10ed2
|
Fix for bug #1600 - multiple selects were being serialized incorrectly.
|
2007-09-15 00:23:21 +00:00 |
|
John Resig
|
6728e3cf74
|
Finished up some of the reorganization.
|
2007-09-08 12:46:01 +00:00 |
|