이온디
첨부파일 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 11 / 15 pages
번호 제목 제목 날짜날짜
공지 본 게시판의 용도 2024/06/11
51 [XE] XE게시판 리스트 1차 카테고리 선택시 2차 카테고리 출력 2022/01/02
50 [XE] XE 태그 연관글 출력 위젯은 없나요? 2022/01/02
49 [XE] 누리고 상품 업로드 에러 -> Prepared statement failed: INSERT INTO `xe_nproduct_extra_vars` (`item_srl`, `name`) VALUES (?, ?)Field 'value' doesn't have a default value [1] 2022/02/03
48 [XE] 비밀글 성인인증 애드온 문의 2022/03/12
47 [XE] XE 모바일 게시판 페이징 설정한 갯수대로 출력하는 방법.. [1] 2022/06/20
46 [XE] WIKI 문서 수정시 등록버튼이 안먹히는 문제 [2] 2022/07/02
45 [XE] 비밀글 구매문의 [3] 2022/07/03
44 [XE] WIKI 모듈 질문 하나만 더 해봅니다. 파일 [2] 2022/07/05
43 [XE] 비밀글 현재 이온디에서 사용 중이신 레이아웃을 구매할 수 있을까요? [1] 2022/07/27
42 [XE] 비밀글 이온디님 안녕하세요 [1] 2022/09/16
41 [XE] 비밀글 Excel 등록 [6] 2022/09/29
40 [XE] 누리고 상품관리 썸네일 안 나오는 현상 2022/09/30

해시태그 디렉터리

오늘의 핫게시물