이온디
첨부파일 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 226 articles in 12 / 19 pages
번호 제목 제목 날짜날짜
공지 본 게시판의 용도 2024/06/11
94 [HTML/CSS/JS] 스와이퍼js, 처음 로딩 시 원하는 n번째가 바로 보이는 방법 2021/08/30
93 [XE] 라이믹스/xe에서 내용 접기 기능 있나요? [2] 2021/08/30
92 [XE] 라이믹스 로그인 풀림 문제 겪으시는 분 계신가요? 2021/08/31
91 [XE] 레이아웃에서 서브 메뉴에서 첫 번째 메뉴만 출력하기 방법 2021/08/31
90 [XE] 회원 로그인 해도 user_name 에 임의값을 등록할 수 있는 방법.... 파일 2021/08/31
89 라이믹스 모바일 이미지첨부 자동업로드 2021/08/31
88 [XE] 최신글위젯(content)에 상담게시판 보여주기 (상담위젯 최신글) 2021/08/31
87 [XE] 전체글/개념글/공지 이건 XE에서 어떻게 구현하면 되는거죠 2021/09/02
86 [XE] 애드온에서 글쓸때작성하는스킨값의 value값을 가져올 방법이 있을까요. [1] 2021/09/04
85 [XE] xe 디버깅 하는 방법 2021/09/04
84 [XE] 비밀글 애드온 관리자인 경우에만 [1] 2021/09/04
83 [XE] 스팸글 등록시 한꺼번에 삭제하는 방법 [1] 2021/09/06

해시태그 디렉터리

오늘의 핫게시물