开发者

IE6 does not call jsonpCallback

j.ajax({
    type: 'GET',
    url: 'http://url',
    dataType: 'jsonp',
    jsonpCallback: 'mypkg.myfunc',开发者_如何学JAVA
    cache: true
})

For some reason the above code does not call the JsonCallback in case of IE6. For all other browsers, it works fine.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜