Skip to Content
Utah.gov
Archives Banner

Map Search

This page was last updated May 3, 2010.

"); console.log(data); for(i=0;i< data.items.length;i++){ console.log( data.items[i].Field + ": " + data.items[i].Value); } //the actual json text can be seen under the NET tab in firebug. }, timeout: 10000,//use this to set the time to wait for the response before throwing an error callbackParamName: "callback", error: function(){ //this is called if error is returned console.log('error'); } }; //make the call to the web service dojo.io.script.get(jsonpArgs); }