jHere
by
@thingsinjars
Show
Hide
HTML & CSS
View Gist
Save to Gist
JS
CSS
HTML
MAP
/* Javascript * * See http://jhere.net/docs.html for full documentation */ $(window).on('load', function() { $('#mapContainer').jHERE({ enable: ['behavior'], center: [40.664167, -73.838611], zoom: 8 }); });
Maps made simple with jHERE
/* CSS */ html,body, #mapContainer { font-family:sans-serif; background:#fff; color:#444; height:100%; padding:0; margin:0; }