使用YouTube iFrame API的IE中的JavaScript问题



很抱歉标题不明确,但这是一个奇怪的问题。我使用的是YouTube iFrame API,它在除IE之外的所有浏览器中都很好。在IE中,一开始没有任何JavaScript运行。然后,当我打开DevTools并刷新时,一切都完美无瑕!有人知道是什么原因造成的吗?

这是原型:http://www.frontendconcepts.com/youtubetest/

在ajax调用中删除console.log(response);-一旦到达该行,IE将停止执行js,因为在打开开发工具之前,它没有控制台

$.getJSON('https://gdata.youtube.com/feeds/api/users/' + userId + '/uploads?&max-results=' + maxResults +'&category=' + tagName + '&alt=jsonc&v=2&callback=?', null, function(response) {
  console.log(response); // <-- here

相关内容

  • 没有找到相关文章

最新更新