Difference between revisions of "Template:Team:Bielefeld-CeBiTec/JSParts"

(Created page with "<html> <script> window.setInterval(function(){ $("td").css("background-color", "#ffffff"); }, 10); </script> </html>")
 
(white to transparent)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
window.setInterval(function(){
 
window.setInterval(function(){
$("td").css("background-color", "#ffffff");
+
$("td").css("background-color", "transparent");
}, 10);
+
}, 1000);
  
  
 
</script>
 
</script>
 
</html>
 
</html>

Latest revision as of 23:31, 30 October 2017