I implemented the jquery-ui-map "Get directions" example
All is working fine when the map HTML mark-up is inside the multi-page index.htm, so I'm sure the script works
But in my real-world script I have a list of music shows, each with a different location, so I have to load the map mark-up through AJAX (after some server-side processing to retrieve the address of each location), and in this case I run into two problems:
Here is my real examples: please navigate to Next Shows > Club (X) > Get directions and see what happens
Any help, please? Thank in advance!
Solved by not using AJAX in the map page, the destination location is passed through DOM element