I am writing simple word game, using exernal url to get the data thru ajax but seems they have not setup 'Access-Control-Allow-Origin' header not they are interested, I got to know "dataType=jsonp" is the possibility.
I tried adding in "data" but this didn't worked thru both way get and post, I haven't tried modifying plugin.
Has any one tried settingup "dataType=jsonp" thru ajax plugin?