If you all could help me out, I'd really appreciate it.
This is the error I am getting:
"Resource interpreted as Script but transferred with MIME type application/json." ("Resource" is referring to is the json response from google's servers.)
Here is my code:
$(document).ready(function(){
$.getJSON("http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false&callback=?", function(jsondata) {
});
});