참고DLite – A Lightweight JavaScript Library For Those Who Want Less Features, And More Control dLite - Your little JavaScript friend 소개 elm – find element with a certain id 특정 ID를 가진 요소를 찾는다. var container = elm(“container”); elmsByClass – find elements with a certain class name 특정 클래스 이름으로 엘리먼트를 찾는다. var externalLinks = elmsByClass(“external”, a); DOMReady – run functions as soon as the DOM is l..