I have this code which is being ignored by the IVE set alerts throughout the code and I have reported the error to the PIN AJAX Call
& lt ;! DOCTYPE html public "- // W3C // DTD HTML 4.01 transcription // n" "http://www.w3.org/TR/html4/loose.dTD" & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Website & lt; / Title & gt; & Lt; Script type = "text / javascript" & gt; $ Ajax ({url: "http://api.geonames.org/earthquakesJSON?north=44.1&south=-9.9&ixt=-22.4&west=55.2&username=demo", success: function (data) {.. . Code}}); & Lt; / Script & gt; .. body ... etc ... The code works perfectly on Firefox. However $ $ Ajax ({}); The call is completely ignored in IE and Chrome .. Anyone know why? Thanks in advance ...
Do you have & lt; Script & gt; tag, and, you know, jQuery? Also, since this is a cross-site request, make sure that you are actually managing it as jsonp properly. Without posting my actual code, I think we can do the best.
Comments
Post a Comment