Difference between revisions of "Template:Team:TU Eindhoven/Results script"

(Created page with "<html> </html>")
 
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 +
<!--
 +
$(document).ready(function() {
 +
 +
$("#resultsButton").click(function(){
 +
$("#results").css("display","initial")
 +
$("#raw").css("display","none")
 +
})
 +
 +
$("#rawButton").click(function(){
 +
$("#raw").css("display","initial")
 +
$("#results").css("display","none")
 +
})
 +
 +
})
 +
-->
 
</html>
 
</html>

Latest revision as of 00:06, 19 September 2015