jQueryConfig: Optimize the size of jQuery
jQueryConfig lets you optimize your jQuery installation by only using the parts you need. It can save up to 35% of the overall size.
Homepage: http://www.jqueryconfig.com/
GitHub: https://github.com/mopelabs/jqueryconfig
풀버전은 jQuery 파일을 다운받아 쓸 필요없이 필요한 부분만 들어가있는 jQuery 라이브러리 파일을 다운받아 사용할 수 있는 기능 페이지.
http://www.jqueryconfig.com/ 화면에서 사용하기 싶은 jQuery 요소만 선택하고 메일 주소 입력하면 끝.
사용할 내용만 압축해서 메일로 보내준다. 아래는 메일 내용.
//--- 메일 내용 시작
Hello,
The attachment of this email contains the jQuery build "jquery-1.11.3-55.1.12.1" as you configured it on jqueryconfig.com.
In addition to the jQuery core, the modules you included are:
+ event
+ css
+ ajax
+ jsonp
+ ready
+ global
+ amd
+ deferred
+ script
If you want to build another jQuery configuration, just visit jqueryconfig.com again.
Please, test your jQuery build before using it.
Best Regards,
The jQueryConfig team
......
//--- 메일 내용 중략.
.
'프로그래밍 > Script' 카테고리의 다른 글
[jQuery] jQuery.parallax: Parallax scrolling with jQuery. 중첩된 이미지 레이어 스크롤 구현~ (0) | 2015.11.18 |
---|---|
[jQuery] jquerymy.js: A lightweight plugin for complex two-way data binding in real time (0) | 2015.11.16 |
[javascript] Meteor.js (0) | 2015.11.09 |
node.js - 윈도우 설치하기 (0) | 2015.11.03 |
[jQuery] Simple.Timer: A jQuery timer plugin (0) | 2015.04.27 |