This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
1e9593646f
jquery
/
test
/
data
/
json_assigned_obj.js
2 lines
43 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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 20:07:20 +01:00
json
_assigned
_obj
=
{
"test"
:
"worked"
}
;
Reference in a new issue
Copy permalink