-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuttonAnim.html
25 lines (17 loc) · 1.96 KB
/
buttonAnim.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<body>
<p id="demo"></p>
<script>
var year = 0;
var date;
for(var i = 1989; i <= 2040; i++){
input = "August 25,"+i+",07:10:00"
date = new Date(input);
var btn = document.createElement("BUTTON");
}
btn.appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON")).appendChild(document.createElement("BUTTON"));
document.body.appendChild(btn);
</script>
</body>
</html>