js

this.children[1].className=""
this.firstChild.className = ""
this.lastChild.className = ""
this.children[1].style.fontWeight="bold"

jq

$(this).siblings()[i].firstChild.className = "line"
$(this).siblings()[i].lastChild.className = "menu-item-list"
$(this).siblings()[i].firstChild.nextSibling.className="menu-parent"
$(this).css(name,value)
												

最新文章

  1. 1Z0-053 争议题目解析25
  2. NDK问题总结
  3. 关于iframe嵌套、动态获取iframe内的url、父页面重定向-2
  4. Mac下的eclipse按住ctrl点击无法查看类文件
  5. java集合框架复习(一)
  6. (转)java:快速文件分割及合并
  7. cocos2d-x简单动画
  8. .Net 利用消息在进程间通讯实现进程互操作
  9. mysql shutdown and kill
  10. [Spark性能调优] 第二章:彻底解密Spark的HashShuffle
  11. vue防止按钮在短时间内被多次点击的方法
  12. 搭建MHA时 yum 安装perl模块提示 baseurl 错误
  13. [USACO09HOL]假期绘画Holiday Painting
  14. repo 获取各个库的tag代码或者分支代码
  15. JIRA 资源
  16. springboot 解决 The bean 'userRepository', defined in null, could not be registered. A bean with that name has already been defined in file XXX and overriding is disabled.
  17. 【wireshark】插件开发(一):概述
  18. Linux入门第二天——基本命令入门(上)
  19. js将UTC时间转化为当地时区时间(UTC转GMT)
  20. 牛客OI赛制测试赛1 题解

热门文章

  1. PHP代码实现二分法查找
  2. 3. 懂了这些,方敢在简历上说会用Jackson写JSON
  3. 「从零单排canal 06」 instance模块源码解析
  4. Python os.dup() 方法
  5. PHP rsort() 函数
  6. luogu P1784 数独 dfs 舞蹈链 DXL
  7. duoxiao OJ #910 【高手训练】【动态规划】梦中漫步 期望 LCA
  8. 4.9 省选模拟赛 圆圈游戏 树形dp set优化建图
  9. Miller-Rabin素数测试算法
  10. Java垃圾回收原来这么简单