blog
blog
Out of context: Reply #45734
- Started
- Last post
- 76,751 Responses
- juhls0
var li = document. getElementsByTagName("li");
var randNumber = Math.floor(Math.random()*3);
var randNumTwo = Math.floor(Math.random()*3)+1;li[randNumber].className = "sample"+randNumTwo;
li[randNumber].className = "sample"+randNumTwo;
li[randNumber].className = "sample"+randNumTwo;----
Kinda fun.