美文网首页
jQuery this

jQuery this

作者: 张小窝 | 来源:发表于2016-08-31 16:25 被阅读20次

    //获取事件触发元素

        $(this).

    //获取事件触发元素下标

        $(btn).index(this)

    //使用相应下标的元素

        $(img).eq($(btn).index(this)).

        $(img).eq($(btn).index(this)).

    相关文章

      网友评论

          本文标题:jQuery this

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