Ajax and GetJson call not workin in IE 8-10

Ajax and GetJson call not workin in IE 8-10

Hello, I have written a Microsoft ASP.Net MVC 4 Web Api service.
I have a html file that consumes this web service using ajax and GetJson. It works fine on browsers like Firefox, Chrome and even IE11. But it just refuses to work on IE8 - 10. I have tried with JQuery library version 1.5, 1.10 and 1.11.
Is there something I am missing? Please guide me.