Re: [jQuery] googlemaps plugin with IE ?

2006-12-28 Thread David Duymelinck
vince schreef: locations.forEach seems to cause problems with IE... Is there a workaround ? thanks in advance maybe this can help http://www.ejball.com/EdAtWork/CommentView,guid,c2d0f53f-afc7-4831-b60e-f4354ae3f7fa.aspx mozilla is a few versions of javascript ahead of IE, it works in

Re: [jQuery] googlemaps plugin with IE ?

2006-12-28 Thread vince
thanks for the link ... But i wonder how i can rewrite the code with this ForEach function.. it's not the same syntax ? sorry but i'm not very good with javascript. here is the code : locations.forEach(function(element, index, array) { var marker = new GMarker(new

Re: [jQuery] googlemaps plugin with IE ?

2006-12-28 Thread David Duymelinck
vince schreef: thanks for the link ... But i wonder how i can rewrite the code with this ForEach function.. it's not the same syntax ? sorry but i'm not very good with javascript. here is the code : link = ' # '+element.name+' br /'; $('p#location_list').append(link);

Re: [jQuery] googlemaps plugin with IE ?

2006-12-28 Thread vince
Thanks very much, it works.. !! -- View this message in context: http://www.nabble.com/googlemaps-plugin-with-IE---tf2890722.html#a8076808 Sent from the JQuery mailing list archive at Nabble.com. ___ jQuery mailing list discuss@jquery.com