Difference between revisions of "Team:Pasteur Paris/test"
Line 3: | Line 3: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | + | //Function for hidding/showing elemnts | |
function toggle(anId) | function toggle(anId) | ||
{ | { | ||
Line 11: | Line 11: | ||
// Contenu caché, le montrer | // Contenu caché, le montrer | ||
node.style.display = "inline"; | node.style.display = "inline"; | ||
− | node.style.height = "auto"; | + | node.style.height = "auto"; // Optionnel rétablir la hauteur |
} | } | ||
else | else | ||
Line 17: | Line 17: | ||
// Contenu visible, le cacher | // Contenu visible, le cacher | ||
node.style.display = "none"; | node.style.display = "none"; | ||
− | node.style.height = "0"; | + | node.style.height = "0"; // Optionnel libérer l'espace |
} | } | ||
} | } | ||
− | |||
</script> | </script> | ||
Line 41: | Line 40: | ||
width: "95%" | width: "95%" | ||
}); | }); | ||
− | + | ||
− | + | ||
$(".chosen").chosen().change(function(event) { | $(".chosen").chosen().change(function(event) { | ||
var Countries = $("#select-chosen").chosen().val(); | var Countries = $("#select-chosen").chosen().val(); |
Revision as of 09:01, 17 July 2015
Notebook
Search for a content:
- June :
- July :
- August :
- September :
06/01 - 06/05 :
06/08 - 06/12 :
06/15 - 06/19 :
06/22 - 06/26 :
06/29 - 07/03 :
07/06 - 07/10 :
07/13 - 07/17 :
07/20 - 07/24 :
07/27 - 07/31 :
08/03 - 08/07 :
08/10 - 08/14 :
08/17 - 08/21 :
08/24 - 08/28 :
08/31 - 09/04 :
09/07 - 09/11 :