【发布时间】:2011-06-23 09:33:01
【问题描述】:
我在 url 上上传了我的 wordpress 博客:http://blog.in
我在调用以下网址时遇到跨域异常
$.ajax({
type: "POST",
url: "http://app.blog.in/getToken",
contentType: "text/html",
success: function(msg) {
alert(msg);
}
});
请给我建议
谢谢
【问题讨论】:
标签: jquery json wordpress cross-domain