產(chǎn)品展示
$(document).ready(function(){
var sidebarHeight = $(".sidebar").height();
var contentHeight = $(".content").height();
if(sidebarHeight>contentHeight){
$(".track").height(sidebarHeight);
}
});
$(".cpzx-lb-item li").click(function(){
$("#cblintemshow").attr("src",$(this).attr("cliimg"));
});