Skip to content

Instantly share code, notes, and snippets.

View bmcmurray's full-sized avatar

Brian McMurray bmcmurray

View GitHub Profile
@bmcmurray
bmcmurray / gist:1280024
Created October 12, 2011 02:01 — forked from paulirish/gist:366184
html5 geolocation with fallback.
// geo-location shim
// currentely only serves lat/long
// depends on jQuery
;(function(geolocation){
if (geolocation) return;
var cache;