私はここにjqueryでイベントを開始および終了できないのはなぜですか?
を発射しませgithub 私出入りイベントからscroll
プラグインを使用していますがplnkr
$(function(){
$('.t').on('scrollSpy:enter', function() {
console.log('enter:', $(this).attr('id'));
});
$('.t').on('scrollSpy:exit', function() {
console.log('exit:', $(this).attr('id'));
});
$('#container .t').scrollSpy();
})
私はdymicaalyこの回答を参照してくださいplunker.pls削除 – user944513