AbdelGawad (Talk | contribs) |
AbdelGawad (Talk | contribs) |
||
Line 20: | Line 20: | ||
+ | //when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu | ||
+ | $(".menu_button").click(function(){ | ||
− | + | // add or remove the class "open" , this class holds the "-" | |
− | + | $(this).children().toggleClass("open"); | |
− | + | // show or hide the submenu | |
− | + | $(this).next('.submenu_wrapper').fadeToggle(400); | |
− | + | }); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Line 775: | Line 773: | ||
<!-- start of content --> | <!-- start of content --> | ||
+ | |||
+ | [[File:DNA_Background_Video_Ruslan_2.mp4 ]] |
Revision as of 22:10, 7 August 2017
[[File:DNA_Background_Video_Ruslan_2.mp4 ]]