이온디
첨부파일 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 7 / 19 pages
번호 제목 제목 날짜날짜
공지 본 게시판의 용도 2024/06/11
154 [XE] 비밀글 이온디 로그인 레이아웃을 구매했는데 입금 확인바랍니다 [2] 2016/09/22
153 [XE] 비밀글 플래넛 컬러셋 문의드립니다.. [4] 2016/10/15
152 [XE] 비밀글 입금 확인 부탁드립니다~ [1] 2016/10/25
151 [XE] 비밀글 플래넛컬러셋 적용문제 [1] 2016/11/02
150 [XE] 입금확인은 되었는데, 다운로드 링크가 안생기네요. [1] 2016/12/24
149 [XE] 단축키 애드온 구매전 질문 [4] 2017/01/17
148 [XE] 비밀글 입금확인 해주세요 [1] 2017/09/23
147 [XE] 비밀글 이온디님~ [2] 2017/09/24
146 [XE] 비밀글 이온디님 살려주세요. [2] 2017/09/26
145 [XE] 비밀글 멤버모듈스킨 다운로드 파일 확인 부탁드려요. 2017/11/06
144 [XE] 비회원 댓글 열람 차단 애드온 작동 안함 [1] 2017/12/28
143 [XE] 애드온> 비회원 댓글 열람 차단 작동불가와 관련하여 파일 [4] 2017/12/28

해시태그 디렉터리

오늘의 핫게시물