I am new to Web Sevice, I am getting the following error when I tried to run my page (Local) in Chrome Console
ERROR
I added a simple line on my friend's suggestion above the jquery ajax call
jQuery.support.cors = true;
Now it is working fine :)
ONLY IN IE BROWSER
I would be happy to know if it can be solved using different way as it is not recommended.
Anyhow I asked this question again after many efforts and I got different error which was solved in this post here