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"; // Optionnel rétablir la hauteur
+
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"; // Optionnel libérer l'espace
+
node.style.height = "0"; // Optionnel libérer l'espace
 
}
 
}
 
}
 
}
 
 
</script>
 
</script>
  
Line 41: Line 40:
 
     width: "95%"
 
     width: "95%"
 
});
 
});
</script>
+
 
<script type="text/javascript">
+
 
$(".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: