I'm using jQuery's thickbox and want to use it for a Google map link(s).
The approach that I've seen does not work for the link (URL) format I'm using.
The URL format:
http://maps.google.com/?q=1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003
So if I use this:
<a class='thickbox' href='http://maps.google.com/?q=1200 Pennsylvania Ave SE, Washington, District of Columbia, 20003'>
Map
</a>
it just redirects to the Google Maps page instead of opening the popup with the Google map. I'm trying to append the ajax call to the URL
?height=300&width=300
But it's not working