1. $(document).on('click','.item', function(){
  2.  
  3. $(this).remove();
  4.  
  5. });
  6.  
  7. });