You can find It directly in the MooForge here http://mootools.net/forge/p/locate; It helps you to use the geolocation feature of those browsers who support it.
It's pretty fast:
var location = new Locate({
onLocate: function(position){
// Do stuff with the position data
}
});
Well done, Christopher Beloch. :)
0 commenti:
Post a Comment