摘要: $(function(){ $(".small_box").hover(function(){鼠标移到图片上 $(this).find(".float_layer").show();找到小黑背景显示出来 $(".big_box").show(); 大图片同时显示 },function(){鼠标移出 阅读全文
posted @ 2021-11-15 22:16 翟莹萍 阅读(28) 评论(0) 推荐(0) 编辑
摘要: $(function(){ $(".load-more").click(function(){ // 被选元素是否包含指定的类名称 if($(this).hasClass("active")){//如果有active这个类 则它除移active这个类 元素的第一个祖先元素隐藏高度为30px $(th 阅读全文
posted @ 2021-11-15 22:03 翟莹萍 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 使用jQuery的页面需加 <script src="./js/jquery-3.3.1.min.js"></script> <script src="./js/index.js"></script> index.js $(function(){ var current=0; //当前的 var c 阅读全文
posted @ 2021-11-15 21:43 翟莹萍 阅读(119) 评论(0) 推荐(0) 编辑