아래와 같이 스크립트로 삽입을 하면 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>');
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>');
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>');
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>');
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>');
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');
}
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" />');
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" />');
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" />');
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6030 | 12년 전 | 2831 | ||
| 6029 | 12년 전 | 2853 | ||
| 6028 | 12년 전 | 1476 | ||
| 6027 | 12년 전 | 898 | ||
| 6026 |
kiplayer
|
12년 전 | 810 | |
| 6025 | 12년 전 | 610 | ||
| 6024 | 12년 전 | 2825 | ||
| 6023 | 12년 전 | 2959 | ||
| 6022 |
|
12년 전 | 2114 | |
| 6021 |
Holyreign
|
12년 전 | 1344 | |
| 6020 | 12년 전 | 792 | ||
| 6019 | 12년 전 | 2864 | ||
| 6018 | 12년 전 | 3200 | ||
| 6017 | 12년 전 | 1245 | ||
| 6016 |
kiplayer
|
12년 전 | 10587 | |
| 6015 |
itlang
|
12년 전 | 1426 | |
| 6014 | 12년 전 | 430 | ||
| 6013 |
senseme
|
12년 전 | 1367 | |
| 6012 | 12년 전 | 3115 | ||
| 6011 | 12년 전 | 7132 | ||
| 6010 | 12년 전 | 8968 | ||
| 6009 | 12년 전 | 2876 | ||
| 6008 | 12년 전 | 2998 | ||
| 6007 | 12년 전 | 6679 | ||
| 6006 | 12년 전 | 10519 | ||
| 6005 | 12년 전 | 4056 | ||
| 6004 |
|
12년 전 | 589 | |
| 6003 | 12년 전 | 892 | ||
| 6002 | 12년 전 | 2355 | ||
| 6001 | 12년 전 | 691 | ||
| 6000 |
kiplayer
|
12년 전 | 3743 | |
| 5999 | 12년 전 | 443 | ||
| 5998 |
|
12년 전 | 2947 | |
| 5997 |
|
12년 전 | 3445 | |
| 5996 | 12년 전 | 2103 | ||
| 5995 |
kiplayer
|
12년 전 | 2179 | |
| 5994 |
|
12년 전 | 3275 | |
| 5993 |
windowhan
|
12년 전 | 683 | |
| 5992 | 12년 전 | 2905 | ||
| 5991 | 12년 전 | 5240 | ||
| 5990 | 12년 전 | 1643 | ||
| 5989 |
AMDbest
|
12년 전 | 1355 | |
| 5988 | 12년 전 | 1221 | ||
| 5987 |
kiplayer
|
12년 전 | 1139 | |
| 5986 |
한번잘해보자
|
12년 전 | 930 | |
| 5985 |
kiplayer
|
12년 전 | 3143 | |
| 5984 |
dsv421
|
12년 전 | 810 | |
| 5983 |
dsv421
|
12년 전 | 1511 | |
| 5982 |
dsv421
|
12년 전 | 5843 | |
| 5981 | 12년 전 | 3220 | ||
| 5980 |
MFBob
|
12년 전 | 2629 | |
| 5979 | 12년 전 | 3103 | ||
| 5978 |
AMDbest
|
12년 전 | 1463 | |
| 5977 | 12년 전 | 795 | ||
| 5976 | 12년 전 | 1214 | ||
| 5975 | 12년 전 | 1280 | ||
| 5974 | 12년 전 | 616 | ||
| 5973 |
kiplayer
|
12년 전 | 3557 | |
| 5972 |
kiplayer
|
12년 전 | 3983 | |
| 5971 |
kiplayer
|
12년 전 | 2306 | |
| 5970 |
kiplayer
|
12년 전 | 8296 | |
| 5969 |
kiplayer
|
12년 전 | 952 | |
| 5968 | 12년 전 | 8746 | ||
| 5967 |
|
12년 전 | 16906 | |
| 5966 | 12년 전 | 1233 | ||
| 5965 | 12년 전 | 712 | ||
| 5964 | 12년 전 | 6253 | ||
| 5963 | 12년 전 | 707 | ||
| 5962 | 12년 전 | 888 | ||
| 5961 | 12년 전 | 641 | ||
| 5960 | 12년 전 | 787 | ||
| 5959 |
|
12년 전 | 1124 | |
| 5958 | 12년 전 | 985 | ||
| 5957 |
웹디자인되고파
|
12년 전 | 1093 | |
| 5956 | 12년 전 | 3661 | ||
| 5955 | 12년 전 | 2143 | ||
| 5954 | 12년 전 | 4400 | ||
| 5953 | 12년 전 | 3092 | ||
| 5952 | 12년 전 | 4270 | ||
| 5951 | 12년 전 | 2083 | ||
| 5950 | 12년 전 | 1284 | ||
| 5949 | 12년 전 | 939 | ||
| 5948 | 12년 전 | 2086 | ||
| 5947 | 12년 전 | 5005 | ||
| 5946 |
dsv421
|
12년 전 | 1276 | |
| 5945 |
dsv421
|
12년 전 | 4124 | |
| 5944 |
dsv421
|
12년 전 | 5646 | |
| 5943 | 12년 전 | 1292 | ||
| 5942 | 12년 전 | 2542 | ||
| 5941 |
프로프리랜서
|
12년 전 | 1647 | |
| 5940 |
atria
|
12년 전 | 619 | |
| 5939 | 12년 전 | 2346 | ||
| 5938 | 12년 전 | 2089 | ||
| 5937 |
프로프리랜서
|
12년 전 | 779 | |
| 5936 |
프로프리랜서
|
12년 전 | 716 | |
| 5935 |
프로프리랜서
|
12년 전 | 3219 | |
| 5934 |
프로프리랜서
|
12년 전 | 1646 | |
| 5933 |
AMDbest
|
12년 전 | 662 | |
| 5932 |
AMDbest
|
12년 전 | 507 | |
| 5931 | 12년 전 | 8144 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기