$("a").each(function(){ *!*var that = this;*/!* $.get(this.href, function(data) { that.innerHTML = '89' или так $(that).html('89') }); });