【发布时间】:2016-03-07 14:22:21
【问题描述】:
我正在使用航点插件,需要帮助来修改偏移量。
在哪里添加 offset: '25%' ?链接:http://imakewebthings.com/waypoints/api/offset-option/
$.ajax({
url: '//cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.0/jquery.waypoints.js',
dataType: 'script',
cache: true,
success: function() {
$('.element').waypoint(function(direction)
{
if (direction === 'down') {
alert('Alert notification')
this.destroy();
}
});
}
});
【问题讨论】:
标签: jquery jquery-plugins offset jquery-waypoints