[门户自用]htmljs轮播效果、滑动

来源:互联网 发布:linux中文语言包 编辑:程序博客网 时间:2024/06/06 00:07
//mark20170919常见问题解答-开始
  $(function(){//先加载页面后在执行js函数
    jQuery(".nh-QA").slide({effect:"left"});//effect代表轮播效果,
    jQuery(".slide").slide( { mainCell:".m-bd ul",effect:"left",autoPlay:true} );//mainCell代表需要滑动的 被包裹的层级
    $(window).resize(function(){//执行函数
        jQuery(".slide").slide( { mainCell:".m-bd ul",effect:"left",autoPlay:true,resize:true} );
    });
  })

//常见问题解答-结束


参考文章地址如下:

http://down.admin5.com/demo/code_pop/18/562/

http://www.superslide2.com/param.html