2018年9月6日

swipper轮播左右点击事件

摘要: function initSwiper(){ // 轮播 var Swiper_banner = new Swiper('#swiper_banner', { speed:300, autoplay : { delay:5000, disableOnInteraction:false, },// n 阅读全文

posted @ 2018-09-06 10:11 妍若菲 阅读(723) 评论(0) 推荐(0) 编辑

//banner鼠标移入

摘要: $('.btn_right').css("display",'none');$('.btn_left').css("display",'none');$('#swiper_banner').hover(function(){ var flag = $(".btn_left").is(":hidden 阅读全文

posted @ 2018-09-06 10:10 妍若菲 阅读(37) 评论(0) 推荐(0) 编辑

点击li任意项下拉隐藏-toggle

摘要: 1点击事件传e,获取对应项index,对此项做出其他动作 $('.hot_zone_wrap').on('click', '.hot_news_title', function(e){ var index = $(".hot_zone_wrap .hot_news_title").index(e.c 阅读全文

posted @ 2018-09-06 10:08 妍若菲 阅读(93) 评论(0) 推荐(0) 编辑

点击li任意项下拉隐藏-toggle

摘要: $('.hot_zone_wrap').on('click', '.hot_news_title', function(e){ var index = $(".hot_zone_wrap .hot_news_title").index(e.currentTarget); $($('.hot_news 阅读全文

posted @ 2018-09-06 10:05 妍若菲 阅读(127) 评论(0) 推荐(0) 编辑

导航