|
|
@@ -25,7 +25,7 @@
|
|
|
<div class="inner wide">
|
|
|
<div class="category_nav">
|
|
|
<ul id="cateListArea">
|
|
|
- <li><button type="button" class="active" id="li0" onclick="fnBestListSearch(this,0);">전체</button></li>
|
|
|
+ <li><button type="button" class="active" id="li0" onclick="fnBestListSearch(this,'');">전체</button></li>
|
|
|
<th:block th:each="item, stat : ${bestCateList}">
|
|
|
<li class="" th:id="${'li'+item.cateNo}"><button type="button" th:onclick="fnBestListSearch(this,[[${item.cateNo}]]);" th:text="${item.cateNm}">여성</button></li>
|
|
|
</th:block>
|
|
|
@@ -309,9 +309,9 @@
|
|
|
});
|
|
|
|
|
|
var fnBestListSearch = function (obj, cateNo){
|
|
|
- if(gagajf.isNull(cateNo)){
|
|
|
- cateNo = 0;
|
|
|
- }
|
|
|
+ // if(gagajf.isNull(cateNo)){
|
|
|
+ // cateNo = 0;
|
|
|
+ // }
|
|
|
|
|
|
$.each($("#cateListArea").find('li'), function() {
|
|
|
$(this).removeClass();
|