ie-can't-display
Why? Well, just like a mentally handicapped kid, it doesn’t like being rushed or pushed too hard. I found out, after hours of debugging, it had to do with have too many $(function(){ });. This was mostly due to a past programmer using them obsessively. I changed the code I wanted to run to being loaded when the window loaded like this:

$(window).load(function(){
	//Your code here
});

What happens is now after IE has loaded everything, it can take a split second rest and start adding scripts again, in my case, ThickBox and my cookie script.

[Post to Twitter]   [Post to Delicious]   [Post to Digg]   [Post to Reddit]   [Post to StumbleUpon]  

[...] tarde, revisando los blogs de mis amigos me topé con este post de Oscar Godson, en el cual aporta una solución al ya famoso “Internet Explorer no puede [...]