/* =================================================================== * Theme Script * Last Edit : 2017. 12. 04 * Naming Rule - 개발요소 : ex) id="developeElement" - 디자인요소 : ex) class="designElement" =================================================================== */ /* 페이지 변경 */ function pageChange2(page) { var themeCategory = $('#themeCategory').val(); var themePath = $('#themePath').val(); var type = $('#type').val(); location.href = "/theme/"+themeCategory+"/"+themePath+"/"+page+".html?themeCategory="+themeCategory+"&themePath="+themePath+"&type=theme"; } /* 페이지 변경 */ function pageChange(page) { location.href = "./"+page+".html"; }