Team:ETH Zurich/labblog/buttons
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
$("text").on("click", function(){ | $("text").on("click", function(){ | ||
+ | var filtertag = $(this).attr('class'); | ||
+ | $("article").hide().filter('.' + filtertag).show(); | ||
+ | }); | ||
+ | |||
+ | $("button").on("click", function(){ | ||
var filtertag = $(this).attr('class'); | var filtertag = $(this).attr('class'); | ||
$("article").hide().filter('.' + filtertag).show(); | $("article").hide().filter('.' + filtertag).show(); |
Revision as of 08:48, 1 September 2014