ThomasStarck (Talk | contribs) (Created page with "{{Pasteur_Paris/Fonts}} <!--doctype html--> <html> <head> <title>""</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-wid...") |
ThomasStarck (Talk | contribs) |
||
Line 889: | Line 889: | ||
// 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(){ | $("#project-sub") .hover(function(){ | ||
− | |||
$("#project-sub") .show(); | $("#project-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#project-sub") .hide(); | $("#project-sub") .hide(); | ||
}); | }); | ||
$("#labwork-sub") .hover(function(){ | $("#labwork-sub") .hover(function(){ | ||
− | |||
$("#labwork-sub") .show(); | $("#labwork-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#labwork-sub") .hide(); | $("#labwork-sub") .hide(); | ||
}); | }); | ||
$("#parts-sub") .hover(function(){ | $("#parts-sub") .hover(function(){ | ||
− | |||
$("#parts-sub") .show(); | $("#parts-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#parts-sub") .hide(); | $("#parts-sub") .hide(); | ||
}); | }); | ||
$("#modeling-sub") .hover(function(){ | $("#modeling-sub") .hover(function(){ | ||
− | |||
$("#modeling-sub") .show(); | $("#modeling-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#modeling-sub") .hide(); | $("#modeling-sub") .hide(); | ||
}); | }); | ||
$("#achievements-sub") .hover(function(){ | $("#achievements-sub") .hover(function(){ | ||
− | |||
$("#achievements-sub") .show(); | $("#achievements-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#achievements-sub") .hide(); | $("#achievements-sub") .hide(); | ||
}); | }); | ||
$("#hp-sub") .hover(function(){ | $("#hp-sub") .hover(function(){ | ||
− | |||
$("#hp-sub") .show(); | $("#hp-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#hp-sub") .hide(); | $("#hp-sub") .hide(); | ||
}); | }); | ||
$("#aboutus-sub") .hover(function(){ | $("#aboutus-sub") .hover(function(){ | ||
− | |||
$("#aboutus-sub") .show(); | $("#aboutus-sub") .show(); | ||
}, | }, | ||
function(){ | function(){ | ||
− | |||
$("#aboutus-sub") .hide(); | $("#aboutus-sub") .hide(); | ||
}); | }); |
Revision as of 15:49, 14 August 2018