1. 首页
  2. 编程语言
  3. Javascript
  4. JQUERY滑动门最简单代码

JQUERY滑动门最简单代码

上传者: 2019-02-17 01:24:32上传 ZIP文件 25.9KB 热度 27次
JQUERY滑动门最简单代码,在主文件里的代码仅仅就是6行 [removed] $(function(){ $("#tags_op div:not(:first)").hide(); $("#tags_op li").each(function(index){ $(this).mouseover( function(){ $("#tags_op li.selectTag").removeClass("selectTag"); $(this).addClass("selectTag"); $("#tagContent > d
用户评论
码姐姐匿名网友 2019-02-17 01:24:32

下载了,没用过,不会用。

码姐姐匿名网友 2019-02-17 01:24:32

挺好的.....用了几次