美文网首页
你不曾了解的选择器 nextUntil()

你不曾了解的选择器 nextUntil()

作者: _花 | 来源:发表于2019-01-23 17:58 被阅读0次

    如果你要实现以下功能,就需要用到 nextUntil() 选择器
    nextUntil() 方法返回 selector 与 stop 之间的每个元素之后的所有同级元素。

    //方法是
    $(e.target).nextUntil('summary', ".details-inner").toggleClass("show");
    

    相关文章

      网友评论

          本文标题:你不曾了解的选择器 nextUntil()

          本文链接:https://www.haomeiwen.com/subject/ztdsjqtx.html