이온디
첨부파일 https://imweb.eond.com/qna/326523
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에 해당하는 스타일시트를 불러오는 방법을 모르겠네요. 
코드가 복잡해 어렵겠지만 꼭 좀 알고 싶습니다. ^^;;

코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 171 articles in 6 / 15 pages
번호 제목 제목 날짜날짜
공지 본 게시판의 용도 2024/06/11
111 [XE] 애드온> 비회원 댓글 열람 차단 작동불가와 관련하여 파일 [4] 2017/12/28
110 [XE] 비밀글 문의드립니다. [1] 2018/01/02
109 [XE] 비밀글 입금했습니다. 확인 부탁드려요~^^ [1] 2018/01/08
108 [XE] 비밀글 콘텐츠판 모듈스킨이 이렇게 보여지는데요... [4] 2018/01/09
107 [XE] 비밀글 답변요 [1] 2018/01/09
106 [XE] 평점 포인트 설정 관련 버그가 있습니다... [2] 2018/01/10
105 [XE] 비밀글 오픈톡에 대화명(xe게시판)입니다. 질문 드립니다. [2] 2018/02/24
104 [XE] 비밀글 오픈톡에 대화명(xe게시판)입니다. 질문이 바뀌어 다시 질문드립니다. [2] 2018/02/24
103 [XE] 오픈대화방에 대화명 xe게시판입니다. 질문드립니다. [3] 2018/02/24
102 [XE] 비밀글 이미지숨김 애드온 건의 2018/02/26
101 [XE] 비밀글 메뉴 [1] 2018/02/26
100 [XE] 로그인 애드온 작동이 안됩니다. [3] 2018/03/14

해시태그 디렉터리

오늘의 핫게시물