JavaScript Libraries. (Free, No licensing)
General Purpose
http://jquery.com (반드시 사용해야하는 권장 라이브러리)
http://code.google.com/closure/library
http://developer.yahoo.com/yui
Spcialised
http://www.huddletogether.com/projects/lightbox2
http://moofx.mad4milk.net/#introduction
<script src=""></script> 로 html에 포함시킨다.
순서 상관이 있고, 여러 개일 경우 하나로 합치는 게 속도면에서 낫다.
'Computer > Node.js' 카테고리의 다른 글
[JavaScript] Object의 데이터를 JSON형태로 보기. (0) | 2018.07.30 |
---|---|
[Node.js] Object를 JSON.stringify() 깔끔하게 보려면? (0) | 2018.07.30 |