博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
左侧菜单
阅读量:6672 次
发布时间:2019-06-25

本文共 891 字,大约阅读时间需要 2 分钟。

代码示例:

 

 

       
Title

11111

22222

33333

44444

11111

22222

33333

44444

11111

22222

33333

44444

function bindclick1() {        $('.menu').click(function () {            if($(this).next().hasClass('hide')){                 $(this).next().removeClass('hide').parent().siblings().children('.left-item1').addClass('hide')            }else{                 $(this).next().addClass('hide').parent().siblings().children('.left-item1').addClass('hide')            }        })    }
左侧菜单新功能

 

转载于:https://www.cnblogs.com/wangtc/p/10576269.html

你可能感兴趣的文章
tomcat启动没有8080端口
查看>>
ubuntu 16.04 安装lamp
查看>>
Javascript的匿名函数
查看>>
OC中类的属性与成员变量的区别
查看>>
SMTP命令邮件投递(无身份认证)
查看>>
Nginx + MySQL + PHP + Xcache + Memcached
查看>>
使用Windows live movie maker轻松与朋友分享视频
查看>>
我的友情链接
查看>>
数据库死锁的类型
查看>>
找水王
查看>>
grep及正则表达式
查看>>
MongoDB常用命令大全
查看>>
Python程序的执行过程
查看>>
Proxmox-VE搭配Ceph存储组建高可用虚拟化平台
查看>>
前端基础---JavaScript
查看>>
Linux关于大于2T的磁盘分区格式化
查看>>
lamp系列-MySQL主从复制原理视频(老男孩出品)
查看>>
堆和栈的区别
查看>>
Android 编辑框(EditText)属性学习
查看>>
【系列7】使用Dockerfile创建带mysql的Centos Docker镜像
查看>>