Team:ETH Zurich/labblog/buttons

From 2014.igem.org

(Difference between revisions)
Line 97: Line 97:
});
});
 +
 +
$("a#insidelink").on("click", function(){
 +
      var targetid = $(this).attr('targetid');
 +
        $('article#'+targetid).show();
 +
                                              });
});
});

Revision as of 15:33, 11 October 2014