Skip to content

Instantly share code, notes, and snippets.

@abearxiong
Created May 1, 2019 09:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abearxiong/4165bc81f4c56033946d02a8b25e8bc9 to your computer and use it in GitHub Desktop.
Save abearxiong/4165bc81f4c56033946d02a8b25e8bc9 to your computer and use it in GitHub Desktop.
HTML
var link = $(link) //把元素绑定到JQuery对象
//console.log(link.next()) //下一个兄弟节点 parent() ,children()
var downChild = link.next()
downChild.slideToggle() // 当点击按钮,显示或隐藏元素
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment