// looping a dom html collection

for(var i = 0, node; node = hCell[i++];){

// dosomething with node

}

 

or

 

var i = arr.length; while(i--){}

설정

트랙백

댓글