I\'m playing around with ASP.net MVC and JQuery at the moment. I\'ve come across behavour which doesn\'t seem to make sense.
I\'m calling JQuery\'s $.getJSON
$.getJSON
Ready for THE answer ?
http://lestopher.tumblr.com/post/21742012438/if-youre-using-ie8-and-getjson
So, just add
jQuery.support.cors = true;
at the beginning of your script and BANG it works !