$(document).on('click','.item', function(){ $(this).remove(); }); });