First tile correctly generated

This commit is contained in:
2021-04-06 18:06:30 +02:00
parent 7601fb73c3
commit 190e36131e
6 changed files with 54 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
const deleteParent = function(){
$(this).closest('div.tile').remove();
}
$('#test1').click(deleteParent);