js, css 캐싱 팁

· 12년 전 · 2534
아래와 같이 스크립트로 삽입을 하면 f5, ctrl+shift+r 등에 영향을 받지 않고 계속 캐싱되어 있게 됩니다.
load.js 파일로 하나 만들어둡니다.
아래의 스크립트들은 jQuery 1.9 대응하도록 수정을 좀 한것들인데 오류가 있을 수 있습니다.
// https://developers.google.com/speed/libraries/devguide
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js">\x3C/script>');
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js">\x3C/script>');
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/i18n/jquery-ui-i18n.min.js">\x3C/script>');
document.write('<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/smoothness/jquery-ui.css" />');
document.write('<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js">\x3C/script>');
// https://css-browser-selector.googlecode.com/
document.write('<script type="text/javascript" src="//css-browser-selector.googlecode.com/git/css_browser_selector.min.js">\x3C/script>');
// https://jqueryplaceholder.googlecode.com/
document.write('<script type="text/javascript" src="//jqueryplaceholder.googlecode.com/git/jquery.placeholder-0.2.min.js">\x3C/script>');
// http://code.google.com/p/jcaret/downloads/list
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/jquery/jquery.caret.min.js">\x3C/script>');
// http://archive.plugins.jquery.com/project/timers
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/jquery/jquery.timers.min.js">\x3C/script>');
// https://github.com/brandonaaron/jquery-mousewheel/downloads
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/jquery/jquery.mousewheel.min.js">\x3C/script>');
// http://www.dillerdesign.com/experiment/DD_belatedPNG/
if(window.CSSBS_ie6) {
    document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/DD_belatedPNG_0.0.8a.min.js">\x3C/script>');
    DD_belatedPNG.fix('.iepng');
}
// http://leandrovieira.com/projects/jquery/lightbox/
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/lightbox/jquery.lightbox-0.5.min.js">\x3C/script>');
document.write('<link rel="stylesheet" type="text/css" href="//jquery-xeno-ui.googlecode.com/git/lightbox/jquery.lightbox-0.5.min.css" />');
// http://www.ama3.com/anytime/
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/anytime/anytime.min.js">\x3C/script>');
document.write('<script type="text/javascript" src="//jquery-xeno-ui.googlecode.com/git/anytime/anytimetz.min.js">\x3C/script>');
document.write('<link rel="stylesheet" type="text/css" href="//jquery-xeno-ui.googlecode.com/git/anytime/anytime.min.css" />');

 

첨부파일

js, css 캐싱 팁.txt (2.9 KB) 13회 2013-11-23 11:03
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
12년 전 조회 1,716
12년 전 조회 1,456
12년 전 조회 2,377
12년 전 조회 1,389
12년 전 조회 1,392
12년 전 조회 1,857
12년 전 조회 1,262
12년 전 조회 1,350
12년 전 조회 1,819
12년 전 조회 1,753
12년 전 조회 1,781
12년 전 조회 2,010
12년 전 조회 1,390
12년 전 조회 1,546
12년 전 조회 1,600
12년 전 조회 1,193
12년 전 조회 1,629
12년 전 조회 1,344
12년 전 조회 1,459
12년 전 조회 1,121
12년 전 조회 1,853
12년 전 조회 2,136
12년 전 조회 1,164
12년 전 조회 1,090
12년 전 조회 2,112
12년 전 조회 1,160
12년 전 조회 1,755
12년 전 조회 1,555
12년 전 조회 1,977
12년 전 조회 2,054
12년 전 조회 6,748
12년 전 조회 2,074
12년 전 조회 1,305
12년 전 조회 1,141
12년 전 조회 1,203
12년 전 조회 1,287
12년 전 조회 1,537
12년 전 조회 2,171
12년 전 조회 1,633
12년 전 조회 1,893
12년 전 조회 1,134
12년 전 조회 1,251
12년 전 조회 3,247
12년 전 조회 2,338
12년 전 조회 2,062
12년 전 조회 3,870
12년 전 조회 1,273
12년 전 조회 3,108
12년 전 조회 2,680
12년 전 조회 2,535
12년 전 조회 2,585
12년 전 조회 1,569
12년 전 조회 2,110
12년 전 조회 2,079
12년 전 조회 1,544
12년 전 조회 3,962
12년 전 조회 1,231
12년 전 조회 1,729
12년 전 조회 2,128
12년 전 조회 2,613
12년 전 조회 1,477
12년 전 조회 2,151
12년 전 조회 1,538
12년 전 조회 3,085
12년 전 조회 1,589
12년 전 조회 1,403
12년 전 조회 1,636
12년 전 조회 3,196
12년 전 조회 2,727
12년 전 조회 5,058
12년 전 조회 2,342
12년 전 조회 2,788
12년 전 조회 2,185
12년 전 조회 2,115
12년 전 조회 1,603
12년 전 조회 1,652
12년 전 조회 2,554
12년 전 조회 1,690
12년 전 조회 1,421
12년 전 조회 2,009
12년 전 조회 2,324
12년 전 조회 1,595
12년 전 조회 1,686
12년 전 조회 1,907
12년 전 조회 2,702
12년 전 조회 1,580
12년 전 조회 1,821
12년 전 조회 3,806
12년 전 조회 1,579
12년 전 조회 1,478
12년 전 조회 1,413
12년 전 조회 2,180
12년 전 조회 1,972
12년 전 조회 4,685
12년 전 조회 1,786
12년 전 조회 1,674
12년 전 조회 1,537
12년 전 조회 1,405
12년 전 조회 1,942
12년 전 조회 1,691