// javascript document $(document).ready(function() { /*$("#owl-dem2").owlcarousel({ items : 3, autoplay : 3000, itemsdesktop : [1199, 3], itemsdesktopsmall : [991, 3], itemstablet : [767, 2], itemsmobile : [479, 2], lazyload : true, navigation : true, pagination : false, navigationtext : ["", ""], });*/ $("#owl-demo3").owlcarousel({ items : 5, autoplay : 3000, itemsdesktop : [1199, 5], itemsdesktopsmall : [991, 4], itemstablet : [767, 3], itemsmobile : [479, 2], lazyload : true, navigation : true, pagination : false, navigationtext : ["", ""],/*宸﹀彸绠ご鏂囧瓧*/ }); }); $(document).ready(function() { $(".owl-carousel").each(function(i) { $(".owl-carousel").eq(i).owlcarousel({ items : 3, lazyload : true, navigation : true }); }); }); $(function(){ $(".xmzs ul li").each(function(i) { $(".xmzs ul li").eq(i).hover(function(){ $(".xmzs ul li").removeclass("active"); $(this).addclass("active"); $(".xmzs_pad .lunbobox").removeclass("active"); $(".xmzs_pad .lunbobox").eq(i).addclass("active"); }); }); }) $(document).ready(function() { $(".owl-carouse2").each(function(i) { $(".owl-carouse2").eq(i).owlcarousel({ items : 3, lazyload : true, navigation : true }); }); }); $(function(){ $(".ghsj ul li").each(function(i) { $(".ghsj ul li").eq(i).hover(function(){ $(".ghsj ul li").removeclass("active"); $(this).addclass("active"); $(".xmzs_pad2 .lunbobox").removeclass("active"); $(".xmzs_pad2 .lunbobox").eq(i).addclass("active"); }); }); })