开发者

IE6 does not call jsonpCallback

开发者 https://www.devze.com 2023-03-31 17:02 出处:网络
j.ajax({ type: \'GET\', url: \'http://url\', dataType: \'jsonp\', jsonpCallback: \'mypkg.myfunc\',开发者_如何学JAVA
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

精彩评论

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