Difference between revisions of "Team:SDU-Denmark/Prospects"

Line 50: Line 50:
 
//Hide the other panels
 
//Hide the other panels
 
$(".sidesubmenu").not(sidesubmenu).hide();
 
$(".sidesubmenu").not(sidesubmenu).hide();
 +
 +
 +
        flag = $('#accordion').find('#5');
 +
 +
//Expand or collapse this panel
 +
topsubmenu = $(flag).find('.topsubmenu');
 +
topsubmenu.show();
 +
 
 
 +
 +
//Hide the other panels
 +
$(".topsubmenu").not(topsubmenu).hide();
 
 
 
     </script>
 
     </script>

Revision as of 16:30, 13 October 2016

Prospects