twg-group/jquery.scroll-spy

简单的 jQuery 滚动监听插件

1.0 2020-06-12 14:05 UTC

This package is auto-updated.

Last update: 2024-09-12 23:41:36 UTC


README

jQuery 插件

安装

composer require twg-group/jquery.scroll-spy

基本用法

$('.content-wrapper').scrollSpy({
    target: $('.menu a'), // required
    activeClass: 'active', // defaults
    fixed: true // defaults
});