0

I have used this example to get a right click menu working. http://gmap3.net/examples/context-menu.html

I want to modify it so that instead of right clicking on the map to view the menu, you right click on a map marker and see it.

UPDATE:

fiddle created: http://jsfiddle.net/WEZVX/1/

see the right click menu opening when map is right clicked. trying to make it open when marker is right clicked instead.

Vince Lowe
  • 3,521
  • 7
  • 36
  • 63
  • The menu object is not available at the time you are calling it, try posting the code where you create the menu.. – Nelson Oct 09 '12 at 09:15

1 Answers1

0

never mind, I have done it.

http://jsfiddle.net/WEZVX/2/

Vince Lowe
  • 3,521
  • 7
  • 36
  • 63