이온디
첨부파일 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 13 / 15 pages
번호 제목 제목 날짜날짜
공지 본 게시판의 용도 2024/06/11
27 [XE] 비밀글 [EOND] 스케치북 기반 유튜브 스킨 설치 후 설정부분에서.. [3] 2023/03/20
26 [XE] 비밀글 eondZenithworld Layout 구매후 설정 적용이 안되는 것 같습니다. [4] 2023/04/05
25 [XE] 프로젝트 관리는 어떻게 하나요? 2023/06/08
24 [XE] 코노리 콘텐츠 모듈(contents) 발생 오류 [2] 2023/06/09
23 [XE] 라이믹스(XE)에서 견적의뢰 게시판을 만들고 싶습니다. 어떤 위젯 혹은 모듈을 써야 하나요? [1] 2023/06/13
22 [XE] 디비 쿼리문 질문 파일 2023/06/27
21 [XE] 라이믹스 2.1.2 + PHP8.0.3 에러로그입니다. 2023/07/16
20 [XE] 비밀글 성인인증화면 [2] 2023/08/06
19 [XE] 비밀글 소상공인 및 자영업자를 위한 커뮤니티 사이트 제작용 테마 패키지 [4] 2023/08/27
18 [XE] 비밀글 XEDTION 파스텔 게시판 설정 중 분류에 대해 문의드립니다. [3] 2023/11/06
17 [XE] 성인인증 프로그램 [1] 2024/02/22
16 [XE] 라이믹스 누리고 모듈 수정 작업 중인데 오류가 하나 있는데 좀 복잡하네요 파일 [1] 2024/03/26

해시태그 디렉터리

오늘의 핫게시물