This question is a follow-up to this discussion: Why does JavaScript only work after opening developer tools in IE once?
Please see this fiddle that shows that the console.log is no longer an issue in MSIE9: http://jsfiddle.net/xwsYY/11/
$('button.something').click(function () {
$('div.container').html('<p>something</p>');
console.log('microsoft strikes again!');
});
I'm sorry, but I can't show you my actual code that is having this problem, but it checks out in all other browsers but will only run in MSIE9 after the console has been opened and the page has been refreshed. Then it's fine. No comment about how I feel about this.
If anyone else has experienced this problem, please help me out!