$.ajax( { type: "GET", cache: false, url: pointAjaxLink, data: "", success: function(data) { $('#activeAddress').html(data); } });