$("body").on('click', '.clients > .steam', function(event) { event.preventDefault(); $(".game").data("steam").remove(); });