Sorry for the ambiguous title, but this is a strange issue. I’m using the YouTube iFrame API and it works great in all browsers except IE. In IE, none of the JavaScript runs at first. Then, when I open up DevTools and refresh, everything works flawlessly! Anyone, have a clue what could be causing this?
Here is the prototype: http://www.frontendconcepts.com/youtubetest/
Remove your
console.log(response);in your ajax call – IE will stop js execution once it hits that line since it doesn’t have console until you open up developer tools