A better way is probably to create a common function which you pass "gmap" and "gmap1" to.
kl. 09:53:11 UTC+1 fredag 14. mars 2014 skrev cyberoot følgende:
-- kl. 09:53:11 UTC+1 fredag 14. mars 2014 skrev cyberoot følgende:
Can i Combine two id as one?I don't want to use two time document.getElementByID('gmap') and ('gmap1') Thanks you bro.jQuery(document).ready(function() { // Load google mapvar map = new google.maps.Map(document.getElementById('gmap'), { center: new google.maps.LatLng(0,0),zoom: 3,mapTypeId: google.maps.MapTypeId.ROADMAP,panControl: false,streetViewControl: false,mapTypeControl: false});var map1 = new google.maps.Map(document.getElementById('gmap1'), { center: new google.maps.LatLng(0,0),zoom: 3,mapTypeId: google.maps.MapTypeId.ROADMAP,panControl: false,streetViewControl: false,mapTypeControl: false});
You received this message because you are subscribed to the Google Groups "JavaScript Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javascript-information+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.