5 lines
		
	
	
		
			110 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			110 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const deleteParent = function(){
 | |
|     $(this).closest('div.tile').remove();
 | |
| }
 | |
| 
 | |
| $('#test1').click(deleteParent); |