Difference between revisions of "Team:Pasteur Paris/test"
(4 intermediate revisions by the same user not shown) | |||
Line 82: | Line 82: | ||
disable_search_threshold:10, | disable_search_threshold:10, | ||
no_results_text: "Oops, nothing found!", | no_results_text: "Oops, nothing found!", | ||
− | width: " | + | width: "105%" |
}); | }); | ||
//Fonction de détection d'un changement dans le champ recherche | //Fonction de détection d'un changement dans le champ recherche | ||
Line 95: | Line 95: | ||
} | } | ||
else{ | else{ | ||
− | + | //AND STATEMENT | |
+ | //Construct filter string | ||
+ | var filtersString = ''; | ||
+ | for (var filter in filters) { | ||
+ | filtersString = filtersString+'.'+filters[filter]; | ||
+ | } | ||
+ | var elems = document.querySelectorAll(filtersString); | ||
+ | //for each elemnts containing all the tags, show it in the document | ||
+ | for(i = 0; i < elems.length; i++){ | ||
+ | var week = elems.item(i); | ||
+ | week.style.display = "inline"; | ||
+ | } | ||
+ | //OR STATEMENT | ||
+ | /* for (var filter in filters) { | ||
//Select all elements with class with filter | //Select all elements with class with filter | ||
var elems = document.querySelectorAll('.'+filters[filter]); | var elems = document.querySelectorAll('.'+filters[filter]); | ||
Line 104: | Line 117: | ||
} | } | ||
} | } | ||
+ | */ | ||
} | } | ||
}); | }); | ||
Line 110: | Line 124: | ||
<button type="button" id="btn_hide">Hide</button> | <button type="button" id="btn_hide">Hide</button> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | $('#btn_hide').click(function() { | + | //$('#btn_hide').click(function() { |
− | // | + | //toggle('week2'); |
− | + | //}); | |
− | }); | + | |
</script> | </script> | ||
<ul> | <ul> |
Latest revision as of 12:38, 17 July 2015
Notebook
Search for a content:
- June :
- July :
- August :
- September :
06/01 - 06/05 :
Tags:06/08 - 06/12 :
Tags:06/15 - 06/19 :
Tags: PCR, Wiki06/22 - 06/26 :
Tags:06/29 - 07/03 :
Tags: Wiki07/06 - 07/10 :
Tags:07/13 - 07/17 :
Tags:07/20 - 07/24 :
Tags: Sequencing Wiki07/27 - 07/31 :
Tags: Sequencing08/03 - 08/07 :
Tags: PCR08/10 - 08/14 :
Tags:08/17 - 08/21 :
Tags:08/24 - 08/28 :
Tags:08/31 - 09/04 :
Tags:09/07 - 09/11 :
Tags: