jQuery已切换项

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery已切换项相关的知识,希望对你有一定的参考价值。

Testing if toggle has happened.
  1. var visible = $(this).next('div.info').toggle().is("visible");
  2. if(visible){
  3. alert("Hey! I've just showed up here!");
  4. }

以上是关于jQuery已切换项的主要内容,如果未能解决你的问题,请参考以下文章

12个用得着的 JQuery 代码片段

Jquery if复选框是否已选中Bootstrap开关

条件 jQuery 切换函数

在jquery中切换动画

Jquery - 问题切换复选框[重复]

选择导航列表项时需要切换“活动”类