js, css 캐싱 팁

· 12년 전 · 2817
아래와 같이 스크립트로 삽입을 하면 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,979
12년 전 조회 1,727
12년 전 조회 2,634
12년 전 조회 1,657
12년 전 조회 1,656
12년 전 조회 2,104
12년 전 조회 1,513
12년 전 조회 1,625
12년 전 조회 2,083
12년 전 조회 2,026
12년 전 조회 2,057
12년 전 조회 2,249
12년 전 조회 1,663
12년 전 조회 1,819
12년 전 조회 1,877
12년 전 조회 1,437
12년 전 조회 1,899
12년 전 조회 1,603
12년 전 조회 1,734
12년 전 조회 1,388
12년 전 조회 2,137
12년 전 조회 2,423
12년 전 조회 1,464
12년 전 조회 1,388
12년 전 조회 2,363
12년 전 조회 1,466
12년 전 조회 2,046
12년 전 조회 1,831
12년 전 조회 2,262
12년 전 조회 2,314
12년 전 조회 7,043
12년 전 조회 2,360
12년 전 조회 1,576
12년 전 조회 1,437
12년 전 조회 1,484
12년 전 조회 1,550
12년 전 조회 1,795
12년 전 조회 2,438
12년 전 조회 1,935
12년 전 조회 2,198
12년 전 조회 1,445
12년 전 조회 1,561
12년 전 조회 3,517
12년 전 조회 2,608
12년 전 조회 2,362
12년 전 조회 4,157
12년 전 조회 1,548
12년 전 조회 3,379
12년 전 조회 2,960
12년 전 조회 2,818
12년 전 조회 2,865
12년 전 조회 1,833
12년 전 조회 2,377
12년 전 조회 2,385
12년 전 조회 1,808
12년 전 조회 4,274
12년 전 조회 1,510
12년 전 조회 2,008
12년 전 조회 2,406
12년 전 조회 2,888
12년 전 조회 1,768
12년 전 조회 2,454
12년 전 조회 1,835
12년 전 조회 3,375
12년 전 조회 1,854
12년 전 조회 1,681
12년 전 조회 1,948
12년 전 조회 3,515
12년 전 조회 3,046
12년 전 조회 5,346
12년 전 조회 2,645
12년 전 조회 3,094
12년 전 조회 2,475
12년 전 조회 2,425
12년 전 조회 1,945
12년 전 조회 1,991
12년 전 조회 2,860
12년 전 조회 2,027
12년 전 조회 1,765
12년 전 조회 2,340
12년 전 조회 2,649
12년 전 조회 1,922
12년 전 조회 2,047
12년 전 조회 2,252
12년 전 조회 3,032
12년 전 조회 1,926
12년 전 조회 2,208
12년 전 조회 4,158
12년 전 조회 1,917
12년 전 조회 1,839
12년 전 조회 1,791
12년 전 조회 2,499
12년 전 조회 2,319
12년 전 조회 5,010
12년 전 조회 2,134
12년 전 조회 2,022
12년 전 조회 1,903
12년 전 조회 1,762
12년 전 조회 2,311
12년 전 조회 2,021