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

 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<html>
 
<html>
 
+
<!--
 
$(document).ready(function() {
 
$(document).ready(function() {
  
$("#results").click(function(){
+
$("#resultsButton").click(function(){
$("#test").css("background-color","blue");
+
$("#results").css("display","initial")
};
+
$("#raw").css("display","none")
 
+
})
$("#raw").click(function(){
+
$("#test").css("background-color","red");
+
};
+
  
}
+
$("#rawButton").click(function(){
 +
$("#raw").css("display","initial")
 +
$("#results").css("display","none")
 +
})
  
 +
})
 +
-->
 
</html>
 
</html>

Latest revision as of 00:06, 19 September 2015