Magum Opus

윈드리버(2016)

영화2017. 12. 24. 23:25


'영화' 카테고리의 다른 글

트레인스포팅2  (0) 2018.01.13

div.onclick = function(){
if ( this.getAttribute("class").indexOf("image-selected") == -1){
this.setAttribute("class","image image-selected")
}else{
this.removeAttribute("class","image image-selected")
}
// 위의 if문은 아래 .toggle() 로 줄일 수 있다
this.classList.toggle("image-selected")
}


' > javascript' 카테고리의 다른 글

모솔 몇일차인지 구하기....  (0) 2018.01.03
띠 구하기  (0) 2018.01.03
2017.11.29  (0) 2017.11.29