Template:Sifuentes04
From 2014.igem.org
(Difference between revisions)
Line 371: | Line 371: | ||
$(".button").click(function(){ | $(".button").click(function(){ | ||
- | if($ | + | if($this.find("a").trigger("click"){ |
window.location.href = $(this).find("a:first").attr("href"); | window.location.href = $(this).find("a:first").attr("href"); | ||
} | } | ||
}); | }); | ||
- | //$this.find("a"). | + | // |
+ | // if($(this).find("a").length){ | ||
Revision as of 14:57, 13 January 2015