text 通用TOGGLE ACTIVE JS功能

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 通用TOGGLE ACTIVE JS功能相关的知识,希望对你有一定的参考价值。

onclick="toggleActive(this, '0', true, false)" on any element

a = this
b = select parent '0' takes this element '-1' selects first parent, '-2' selects second parent, etc.
c = true|false remove/hide this element when clicked outside (great for tooltips, popups, etc)
d = run custom function after opening, example: myfunction() 

以上是关于text 通用TOGGLE ACTIVE JS功能的主要内容,如果未能解决你的问题,请参考以下文章

带额外toggle()功能的jquery库

vue.js怎么实现单击时添加class双击时取消class

active

Vuejs 将 3 个元素绑定到 1 个元素 true false active toggle

jQ的toggle() 方法

js点击按钮显示再点击空白地方隐藏