商品分類搜尋 - 阮的肉干官網 ; $(#top_content).append(html); //$(#Cart_Total).html(count); $(#Cart_Count).html(count+"件商品"); //往後有購物車數字要更動使用此class $(.Cart_Total).html(count); if (typeof top_refresh_authority === function) { top_refresh_authority(); } } } }) } top_refresh(); /*下拉選單 $(function(){ $(".thofood-header-manu > ul > li").hover( function(){ var N = this.id.substr(4);//id對應檔名編號;數字4代表MENU1的第4個位置,也就是數字1 $("#SUB"+N).stop(true, true).slideToggle(300); $(this).toggleClass("mstyle_hover_2");//主選單背景 }); });*/ /* 選單平分寬度 $(function(){ var MENU_W = 100; var LIST_N = $(".thofood-header-manu > ul > li").length; var LIST_W = MENU_W / LIST_N + "%"; $(".thofood-header-manu > ul > li").css({ width:LIST_W}); }) *...