hi i see my json returned from google with a status code 200 and response but i am not able to use the json data returned in the callback i provided. below is the code.
$.getJSON("http://maps.googleapis.com/maps/api/directions/xml?origin=ajax&
destination=toronto®ion=ca&avoid=tolls&sensor=false&callback=?",function(json)
{
alert("Some Success"+json);
});
]
{}toolbar button to format source code. I've done it for you this time. – Álvaro G. Vicario Apr 18 '11 at 10:39