Commit e9423551d455411a7ffc83917e4ace451f19491f
1 parent
abb95d1f
Exists in
master
and in
5 other branches
create topic_editation_presentation js
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,8 @@ |
1 | +$(".edit_card").on('click', function() { | |
2 | + $(".presentation").css('display','none'); | |
3 | + $(".editation").css('display','block'); | |
4 | +}) | |
5 | +$(".edit_card_end").on('click', function() { | |
6 | + $(".editation").css('display','none'); | |
7 | + $(".presentation").css('display','block'); | |
8 | +}) | |
0 | 9 | \ No newline at end of file | ... | ... |