Skip to content

Instantly share code, notes, and snippets.

View cfjedimaster's full-sized avatar
😺
Happy, and tired.

Raymond Camden cfjedimaster

😺
Happy, and tired.
View GitHub Profile
<a href id="reload">clicky</a>
<script type="text/javascript">
$(document).ready(function(){
function getUsers(){
$.ajax({
type: "GET",
url:"../components/user.cfc?method=GET",
dataType: "json",
data: {
$(document).ready(function() {
//I'm not doing anything else, so just leave
if(!navigator.geolocation) return;
navigator.geolocation.getCurrentPosition(function(pos) {
geocoder = new google.maps.Geocoder();
var latlng = new google.maps.LatLng(pos.coords.latitude,pos.coords.longitude);