Go it!!
window.onload=function(){
var map = flxmap_map100.getMap();
google.maps.visualRefresh = true;
marker=new google.maps.Marker({
position: new google.maps.LatLng(33.243, -87.044),
animation:google.maps.Animation.BOUNCE
});
marker.setMap(map);
};
I would use some pointers on adding javascript to WordPress. Not real what i am doing.
This is very cool. I really dont have any more time today to work with it but it looks like the options are endless.
Thanks,
daddeaux
i got it…
window.onload=function(){
var map = flxmap_map100.getMap();
google.maps.visualRefresh = true;
};
Question.. this would not work with your jquery code, is jquery enabled by default?
This is my second day using WordPress.