javascript - Google-Maps error in IE7-IE8 in main.js -
on website ( http://goo.gl/j4ejn ), i'm building google maps block, , ajax-calls render route on google maps. each route use ajax-call (with jquery) , maps contain 20 routes. works perfect in ff, chrome, ie9. since few days, receive complaints routes not working in ie7 , ie8.
the routes did work before, tested on ie7, ie8 , ie9 javascript error: script16389: unspecified error, main.js, line 37 character 2399. main.js referes http://maps.gstatic.com/intl/nl_nl/mapfiles/api-3/8/2/main.js.
the jquery class wrote contains try {..} catch(err){} syntax in every function when error ocure in class, trigger it.
all ajax-calls executed in ie7 , ie8. tried set async-property of jquery true. after changing property, discovered randomness of error. happens, doesn't..
anoyone got idea problem be?
thx in advance.
Comments
Post a Comment