Tagged Questions
3
votes
2answers
106 views
Pass custom fields values to Google Maps
I am using this script on display google maps on my wordpress site:
<head>
<script>
function initialize()
{
var mapProp = {
center:new ...
0
votes
3answers
825 views
Fall Back Google CDN in JavaScript
In HTML5 Boilerplate it Grab Google CDN's jQuery with this JS code
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script ...