$('.text').click(function(){ var self = this; $.ajax({ url: "text.php", cache: false, success: function(html){ $("#" + self.id).html("???"); } }); });