Template:Team:Berkeley/javascriptTNR

From 2013.igem.org

$("#members li").click(function(){

       location.href = $(this).find("a").attr("href");

});