Difference between revisions of "Template:Freiburg/Menubar"
Line 442: | Line 442: | ||
− | + | <script type="text/javascript"> | |
− | + | $(document).ready(function(){ | |
− | + | ||
− | + | ||
// make submenus appear // | // make submenus appear // | ||
− | + | $("#home").hover(function(){ | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
− | + | $("#project").hover(function(){ | |
− | + | $("#project-sub") .show(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#project-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#team").hover(function(){ | |
− | + | $("#team-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#team-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#results").hover(function(){ | |
− | + | $("#results-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#policy").hover(function(){ | |
− | + | $("#policy-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#policy-sub") .hide(); | |
− | + | }); | |
− | + | ||
− | + | $("#notebook").hover(function(){ | |
− | + | $("#notebook-sub") .show(); | |
− | + | $("#project-sub") .hide(); | |
− | + | $("#team-sub") .hide(); | |
− | + | $("#results-sub") .hide(); | |
− | + | $("#policy-sub") .hide(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | // make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | ||
− | + | $("#project-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','18.6%'); | |
− | + | $("#project-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#project-sub") .hide(); | |
− | + | }); | |
− | + | $("#team-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','35.5%'); | |
− | + | $("#team-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#team-sub") .hide(); | |
− | + | }); | |
− | + | $("#results-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','52%'); | |
− | + | $("#results-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#results-sub") .hide(); | |
− | + | }); | |
− | + | $("#policy-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','68.9%'); | |
− | + | $("#policy-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#policy-sub") .hide(); | |
− | + | }); | |
− | + | $("#notebook-sub") .hover(function(){ | |
− | + | $("#runningchip") .css('left','85.5%'); | |
− | + | $("#notebook-sub") .show(); | |
− | + | }, | |
− | + | function(){ | |
− | + | $("#runningchip") .css('left',''); | |
− | + | $("#notebook-sub") .hide(); | |
− | + | }); | |
− | + | }); | |
− | + | </script> | |
− | + | ||
− | + | ||
Revision as of 21:55, 15 September 2015