MVC3Webサイトでgooglemapsapiを使用していますが、Firefoxではすべてが完全に機能しますが、Internet Explorerでは、MicrosoftJScriptランタイムエラー「コンソール」が未定義ですというエラーメッセージが表示されます。これを修正しようとしましたが、強調表示されているコードはconsole.log( "changed:" + $(object).attr('id'));です。そのコードの部分は
$(document).bind("location_changed", function (event, object) {
console.log("changed: " + $(object).attr('id'));
});
コンソールはInternetExplorerでのみ問題を引き起こしています。どうすれば修正できますか..そしてhttp://www.wimagguc.com/projects/jquery-latitude-longitude-picker-gmaps/からコードを取得しました