Team:Groningen/Scripts/jqueryTest

From 2013.igem.org

(Difference between revisions)
Tycho (Talk | contribs)
(Created page with "$(document).ready(function(){ $("p").click(function(){ $(this).hide(); }); });")
Newer edit →

Revision as of 15:17, 18 July 2013

$(document).ready(function(){

 $("p").click(function(){
   $(this).hide();
 });

});