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 |
|