Team:Heidelberg/languageIntroTest

From 2013.igem.org

(Difference between revisions)
m
m
Line 34: Line 34:
$(".lang button").click(function(e){
$(".lang button").click(function(e){
   console.log(e.target);
   console.log(e.target);
 +
  btn = e.target;
 +
  console.log(e.target.data-target);
});
});
});
});
</script>
</script>
</html>
</html>

Revision as of 10:57, 4 October 2013