js
This commit is contained in:
parent
d37b8b74f3
commit
c4684b7c5e
@ -149,6 +149,7 @@ $(function() {
|
||||
|
||||
$('div#entete a.delete').on('click', function(e){
|
||||
e.preventDefault();
|
||||
alert($(this).parent().html());
|
||||
$(this).parent().remove();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user