getJSON will not run in IE (I have tried all the fixes mentioned in a google search o

المشرف العام

Administrator
طاقم الإدارة
Here is the code, like i said it runs in all other browsers but IE and Edge.

//Encode the JSON variable as a Data URLvar url = 'data:text/json;charset=UTF-8,' + encodeURIComponent(comdevQuery);//Treat Encoded Variable like file url$.getJSON(url, function(json){ //Do stuff}

أكثر...
 
أعلى