이온디
첨부파일 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 2 / 15 pages
번호 제목 제목 날짜날짜
공지 본 게시판의 용도 2024/06/11
159 [XE] 안녕 하세요~ [5] 2013/04/16
158 [XE] 비밀글 이온디 플래너 부트스트랩 [15] 2013/05/06
157 [XE] 이온디 로쏘 레이아웃 스킨 [5] 2013/05/06
156 [XE] 이온디로쏘 레이아웃을 다운받았는데 하나 여쭙겠습니다. ㅠㅠ [3] 2013/05/07
155 [XE] 이온디님 하나만 더 여쭙겠습니다... [1] 2013/05/08
154 [XE] 온디님 여쭈어용 파일 [1] 2013/06/06
153 [XE] 이온디 공식 레이아웃 메뉴모양 어떻게바꾸나요 파일 [2] 2013/06/16
152 [XE] 이온디 마이노트 1.4.5 버전 언제 나오나요.. -0-ㅋㅋ [1] 2013/08/01
151 [XE] 갑자기 트래픽 올라가서 사이트 하루에 3시간 열려요. 어떻게 하면 돼요? [3] 2013/08/13
150 [XE] 비밀글 이온디 마이노트 버그요 [1] 2013/09/06
149 [XE] 이온디님 감사드립니다. ^_^ [1] 2013/11/06
148 [XE] 비밀글 위젯 컨텐츠스킨 문의드립니다. [3] 2013/11/20

해시태그 디렉터리

오늘의 핫게시물