Loading GMaps via ajax
- by Marco
Hi to all,
I'm loading a page containing a GMaps using the ajax() method of jQuery.
The HTML page i'm loading is:
<script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=MY_API_KEY" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
if…