On Apr 6, 3:08 pm, itp <[email protected]> wrote:
>
> Need advice or alternative way of doing this.
> I think the Google map GEvent.trigger function is firing after the
> scrollTo request.
>
Everything is happening in the order you tell it to. Why does this
listener
89 // add listener to each line in side_bar
90 $(myIdWithPoundSymbol).click(function() {
91 var valueSelected = $(this).attr('name');
92 myclick(valueSelected);
93 return marker;
94 });
95
return the marker? It's that which appears to be causing the problem.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.