jQuery.waypoints不能按类触发

时间:2019-09-11 08:59:43

标签: jquery-waypoints

我想按类而不是ID触发航点插件,但是当我写getElementsByClassName而不是getElementById

控制台错误:

  

TypeError:f.adapter.offset(...)为空

这是代码:

var waypoint = new Waypoint({
    element: document.getElementsByClassName('sticky-table'),
    handler: function (direction) {
        console.log('Basic waypoint triggered' + 'Direction: ' + direction)
    }
})

为什么这是个问题?

0 个答案:

没有答案