Extra Form
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에 해당하는 스타일시트를 불러오는 방법을 모르겠네요. 
코드가 복잡해 어렵겠지만 꼭 좀 알고 싶습니다. ^^;;

추가시작추가끝


질문•답변

상품문의, 포인트관련 문의는 멤버십 지원게시판에 작성해주세요. (프로젝트>기술지원)

List of Articles
번호 분류 제목 날짜
공지사항 기타 본 게시판의 용도 2024.06.11
190 XE 크롤링 오류 secret 2020.04.10
189 XE 콘텐츠판 모듈스킨이 이렇게 보여지는데요... 4 secret 2018.01.09
188 XE 코드직접삽입위젯을 구매했는데요.. 1 secret 2022.10.24
187 XE 코노리 콘텐츠 모듈(contents) 발생 오류 2 2023.06.09
186 기타 컴 조립 질문.. file 2007.10.27
185 XE 컬러셋 적용시 아이콘 깨짐 문의 드립니다 ^-^ 2 file 2015.11.04
184 HTML/CSS/JS 캘린더 일정 등록이 잘 안됩니다 1 secret 2022.04.14
183 XE 출석체크는 어찌하면 되는건가요? 3 2020.05.13
182 XE 최신글위젯(content)에 상담게시판 보여주기 (상담위젯 최신글) 2021.08.31
181 XE 체크박스의 값을 검색버튼으로 가져오기 1 2020.08.18
180 XE 질문게시판에서 해결/미해결 기능을 뱃지 달고 싶은데 2021.12.26
179 XE 제가 구매한 내용이나 목록들은 어디서 확인할 수 있나요? 1 2022.12.28
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 18 Next
/ 18
닫기

마이페이지

로그인을 해주세요

네이버로 로그인