묻고답하기

http://elkha.kr/xe/graystyle2

위 페이지에서 preview 항목에서 design 중, 

type1~5까지 누르면 쿠키까지 구워지면서 스타일시트가 변경되는 소스를 알고 싶습니다.


소스 보기

view-source:http://elkha.kr/xe/graystyle2


1. 쿠기로 굽는 것은 요기고

<script type="text/javascript">
(function($){
$.cookie = function(key, value, options) {
if(arguments.length > 1) {
var o = $.extend({}, $.cookieOptions, options);
if (value === null || value === undefined) {
value = '';
o.expires = -1;
}
if (o.expires.constructor != Date) {
var today = new Date();
today.setDate(today.getDate() + o.expires);
o.expires = today;
}
// Create the cookie string
document.cookie =
key + '=' + value +
'; expires=' + o.expires.toUTCString() +
(o.path? '; path=' + (o.path) : '') +
(o.domain? '; domain=' + (o.domain) : '') +
(o.secure? '; secure' : '');
} else {
if(result = new RegExp(key+"=(.*?)(?:;|$)").exec(document.cookie))
return decodeURIComponent(result[1]);
return false;
}
};
$.cookieOptions = {
expires: 365,
path: '/'
}
})(jQuery);

</script>


2. 구동되는 부분은 요기입니다.

<dt>Design (5)</dt>
<dd class="design">
<span class="button small"><button type="button" title="default">Type 1</button></span>
</dd>
<dd class="design">
<span class="button small"><button type="button" title="t2">Type 2</button></span>
</dd>
<dd class="design">
<span class="button small"><button type="button" title="t3">Type 3</button></span>
</dd>
<dd class="design">
<span class="button small"><button type="button" title="t4">Type 4</button></span>
</dd>
<dd class="design">
<span class="button small"><button type="button" title="t5">Type 5</button></span>
</dd>


3. 그럼 나머지 title에 해당하는 default, t2, t3~5 이건 어디에서 찾아볼 수 있나요?

위 코드에서 type1~5에 해당하는 스타일시트를 불러오는 방법을 모르겠네요. 

코드가 복잡해 어렵겠지만 꼭 좀 알고 싶습니다. ^^;;

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
매뉴가출 잡다한5레이아웃과 site01매뉴가출 file  
쪼냐 이런 노래창은 어떻게 만드나요 file  
박종국799 도움 좀 주십시요. [6] 2008.01.12 by 박종국799
양정환298 [질문] 하단에 copyright부분요... [2] 2008.01.12 by 양정환298
jurassic ''요청하신 action을 실행할 수 있는 권한이 없습니다 ''  
newwinner 게시판 관리자 임명할때  
완존초보 메인화면에 제로보드로 작업한 게시판,자료실연동 [4] 2008.01.12 by 양승규903
BnTy 제로보드 xe 사용하고있는데요 bbs 가 없어요.. [1] 2008.01.12 by 백성찬
김영훈 기본 모듈을 어떻게 바꾸나요.. [2] 2008.01.12 by 김영훈
newwinner 이미지 링크태그 금지  
GRAY355 XE설치중 오류문제.. [1] file 2008.01.12 by 백성찬
아방스 겔러리 스킨중 이런기능이 있엇으면...  
ꂎꌰ&#41 ie6에서 큰 이미지 리사이즈가 안됩니다... [4] 2008.01.12 by ꂎꌰ&#41
juwonj 재로보드xe설치후에 게시판 생성후 글쓰기 안됨. [1] file 2008.01.12 by 백성찬
니케a 이미지 닉 사용불가능으로 [1] 2008.01.12 by ꂎꌰ&#41
jermaine XP에서 IIS에 XE를 설치하려 하는데 설치중 에러가 계속해서 발생하네요. [2] file 2008.01.12 by jermaine
dan 파일 첨부시 로그인 풀림 현상? [1] 2008.01.13 by 김대희389
coni 게시판 첨부 글을 관리자와글쓴이만 권한을 주고 싶습니다 ㅠ.ㅠ [3] 2008.01.13 by 레드맨
이광표 등급, 포인트 관련 문제인데요~  
석이 이폰트좀 알려주세요 ^^;;;  
김강래237 windows 2003(IIS6) + PHP5 +Mysql6+zbxe 안되는건가요??? [1] 2008.01.13 by 백성찬
sharondoggy 제로보드xe 업 할려고 파일 덮어씌우기 했는뎅 에러가나서요 [1] 2008.01.13 by 백성찬
권용철440 간단한 질문입니다. [1] 2008.01.13 by 백성찬
30.RunnigWild 제로보드XE 메모장 기능줌 알려주세여 [1] 2008.01.13 by 백성찬
김대희389 [제발] 설치시 퍼미션 문제.. 777 또는 707 권한변경시 internal server 에러 [5] 2008.01.13 by 백성찬
브람쓰 zbxe 설치 도와주세요. 백지가 나옵니다. [1] 2008.01.13 by 이창훈785
주시제 [해결] 언어선택의 디폴트값 설정은 어떻게 하나요? [2] 2008.01.13 by 주시제
애인여기 게시판 확장기능 만드려면..? [1] file 2008.01.13 by Prepo
시민 질문이요 [1] 2008.01.13 by Prepo
소리빚기 외부 로그인 구문 삽입 [1] 2008.01.13 by 느까끼