環奇H899大型航拍無人機專業級高清4K實時傳輸飛行器四軸遙控飛機
抗摔耐摔,無頭模式輕松遙控
/**
* [open_all 點擊查看更多]
* @param {[int]} type [1:品牌 2:標簽]
* @return {[void]}
*/
function open_all(type){
if(type == 1){
$('#open_2').hide();
$('#nav_2 li[show=0]').show();
}else{
$('#open_3').hide();
$('#nav_3 li[show=0]').show();
}
}
var curr_cid_arr = [];
curr_cid_arr.push('410');
curr_cid_arr.push('411');
curr_cid_arr.push('421');
curr_cid_arr.push('423');
curr_cid_arr.push('428');
// console.log(curr_cid_arr);
if(curr_cid_arr.length > 0){
$("#nav_1 a").each(function(){
if(curr_cid_arr.indexOf($(this).attr('cid')) != -1){
$(this).parent().addClass('this');
$(this).parent().next().slideDown();
}
});
}














