아래와 같이 스크립트로 삽입을 하면 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" />');
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6730 |
|
11년 전 | 1118 | |
| 6729 | 11년 전 | 572 | ||
| 6728 |
|
11년 전 | 587 | |
| 6727 | 11년 전 | 2434 | ||
| 6726 | 11년 전 | 608 | ||
| 6725 |
네모웹에이전시
|
11년 전 | 449 | |
| 6724 |
네모웹에이전시
|
11년 전 | 895 | |
| 6723 | 11년 전 | 1032 | ||
| 6722 | 11년 전 | 976 | ||
| 6721 | 11년 전 | 661 | ||
| 6720 | 11년 전 | 1982 | ||
| 6719 | 11년 전 | 2204 | ||
| 6718 | 11년 전 | 1116 | ||
| 6717 |
|
11년 전 | 669 | |
| 6716 | 11년 전 | 2314 | ||
| 6715 | 11년 전 | 7584 | ||
| 6714 | 11년 전 | 2053 | ||
| 6713 | 11년 전 | 790 | ||
| 6712 |
geektoo
|
11년 전 | 1162 | |
| 6711 | 11년 전 | 909 | ||
| 6710 |
sirzzang
|
11년 전 | 2137 | |
| 6709 |
bewitched
|
11년 전 | 1808 | |
| 6708 |
levin
|
11년 전 | 578 | |
| 6707 | 11년 전 | 772 | ||
| 6706 | 11년 전 | 1802 | ||
| 6705 | 11년 전 | 994 | ||
| 6704 |
|
11년 전 | 764 | |
| 6703 | 11년 전 | 423 | ||
| 6702 | 11년 전 | 1109 | ||
| 6701 | 11년 전 | 813 | ||
| 6700 | 12년 전 | 1728 | ||
| 6699 | 12년 전 | 726 | ||
| 6698 |
이박사친구
|
12년 전 | 738 | |
| 6697 | 12년 전 | 1223 | ||
| 6696 | 12년 전 | 625 | ||
| 6695 |
Header
|
12년 전 | 713 | |
| 6694 | 12년 전 | 1171 | ||
| 6693 |
|
12년 전 | 1121 | |
| 6692 | 12년 전 | 1155 | ||
| 6691 | 12년 전 | 1293 | ||
| 6690 |
|
12년 전 | 722 | |
| 6689 | 12년 전 | 904 | ||
| 6688 | 12년 전 | 943 | ||
| 6687 | 12년 전 | 543 | ||
| 6686 |
RGB255
|
12년 전 | 968 | |
| 6685 |
|
12년 전 | 647 | |
| 6684 | 12년 전 | 725 | ||
| 6683 | 12년 전 | 391 | ||
| 6682 | 12년 전 | 1137 | ||
| 6681 | 12년 전 | 1430 | ||
| 6680 | 12년 전 | 461 | ||
| 6679 |
RGB255
|
12년 전 | 402 | |
| 6678 | 12년 전 | 1359 | ||
| 6677 |
|
12년 전 | 450 | |
| 6676 | 12년 전 | 1022 | ||
| 6675 |
디자이너필이
|
12년 전 | 830 | |
| 6674 | 12년 전 | 1248 | ||
| 6673 | 12년 전 | 1318 | ||
| 6672 | 12년 전 | 6036 | ||
| 6671 | 12년 전 | 1346 | ||
| 6670 |
하프의정령
|
12년 전 | 578 | |
| 6669 | 12년 전 | 421 | ||
| 6668 |
공부하고가겠슴다
|
12년 전 | 467 | |
| 6667 |
하프의정령
|
12년 전 | 555 | |
| 6666 | 12년 전 | 794 | ||
| 6665 | 12년 전 | 1421 | ||
| 6664 | 12년 전 | 939 | ||
| 6663 | 12년 전 | 1166 | ||
| 6662 | 12년 전 | 424 | ||
| 6661 |
basketball
|
12년 전 | 519 | |
| 6660 | 12년 전 | 2523 | ||
| 6659 | 12년 전 | 1624 | ||
| 6658 |
|
12년 전 | 1342 | |
| 6657 |
|
12년 전 | 3168 | |
| 6656 | 12년 전 | 574 | ||
| 6655 |
프로프리랜서
|
12년 전 | 2341 | |
| 6654 |
프로프리랜서
|
12년 전 | 1918 | |
| 6653 |
프로프리랜서
|
12년 전 | 1753 | |
| 6652 |
프로프리랜서
|
12년 전 | 1838 | |
| 6651 |
|
12년 전 | 789 | |
| 6650 | 12년 전 | 1323 | ||
| 6649 | 12년 전 | 1325 | ||
| 6648 | 12년 전 | 825 | ||
| 6647 | 12년 전 | 3170 | ||
| 6646 | 12년 전 | 480 | ||
| 6645 | 12년 전 | 976 | ||
| 6644 |
BBAYOUNG
|
12년 전 | 1400 | |
| 6643 | 12년 전 | 1810 | ||
| 6642 | 12년 전 | 658 | ||
| 6641 | 12년 전 | 1345 | ||
| 6640 | 12년 전 | 720 | ||
| 6639 | 12년 전 | 2327 | ||
| 6638 |
jasmin2
|
12년 전 | 764 | |
| 6637 |
geektoo
|
12년 전 | 457 | |
| 6636 | 12년 전 | 676 | ||
| 6635 |
프로프리랜서
|
12년 전 | 2242 | |
| 6634 |
프로프리랜서
|
12년 전 | 1746 | |
| 6633 |
프로프리랜서
|
12년 전 | 4063 | |
| 6632 |
프로프리랜서
|
12년 전 | 1352 | |
| 6631 |
프로프리랜서
|
12년 전 | 1793 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기