";
}
}
$('#ulList').append(result);
$('.jlist').each(function () {
$(this).slide({ titCell: ".btnDiv", mainCell: "ul", autoPage: true, effect: "leftLoop", autoPlay: true });
})
} else {
$(".more").hide();
}
/*******************************************/
/*隐藏more按钮*/
if ((offset + size) >= sum) {
$(".more").hide();
} else {
$(".more").show();
}
},
error: function (xhr, type) {
alert('Ajax error!');
}
});
}
$(".subNav").die().live("click", function () {
$(this).toggleClass("currentDt").siblings(".subNav").removeClass("currentDt")
$(this).next(".navContent").slideToggle(300).siblings(".navContent").slideUp(500)
});