Side navigation
#2046 closed bug (fixed)
Opened December 13, 2007 10:03AM UTC
Closed December 14, 2007 05:07PM UTC
$.load not working when default dataType is set to json
| Reported by: | phpmyforum | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 | 
| Component: | ajax | Version: | 1.2.1 | 
| Keywords: | Cc: | ||
| Blocked by: | Blocking: | 
Description
The following isn't working as expected:
$.ajaxSetup({
dataType: "json"
});
$("#content").load("example.html");
This diff fixes the issue:
2076a2077 > dataType: "html",
Attachments (0)
Change History (1)
Changed December 14, 2007 05:07PM UTC by comment:1
| resolution: | → fixed | 
|---|---|
| status: | new → closed | 
Fixed in [4155].