| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
jsonp: "callback" instead.
|
|
|
|
| |
true.
|
|
|
|
| |
'scriptCharset' ajax option.
|
| |
|
| |
|
|
|
|
| |
will now use a cross domain load the same as urls that start with "http".
|
|
|
|
| |
other types will be passed on to XMLHttpRequest.
|
| |
|
|
|
|
| |
just appending.
|
|
|
|
| |
eval. With the new globalEval() code that should no longer be a problem.
|
|
|
|
| |
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.
|
|
|
|
| |
since jquery uses the actual xmlhttprequest object.
|
|
|
|
| |
be replaced with String.match().
|
| |
|
|
|
|
| |
request if a handler was not provided.
|
|
|
|
| |
data, instead of being left alone.
|
| |
|
| |
|
| |
|
| |
|
|
|