zurb基金会绑定magellan到达

时间:2015-09-21 10:25:04

标签: jquery zurb-foundation

我需要在到达时绑定一个事件。

文档(http://foundation.zurb.com/docs/v/3.2.5/magellan.php)声明您可以访问magellan.arrival事件,但没有提供有关如何使用它的示例。

我已经尝试了这个但是它很有效:

$('dd[data-magellan-arrival]').on('arrival',function(){
  console.log('arrived');
})

$('dd[data-magellan-arrival]').on('magellan.arrival',function(){
  console.log('arrived');
})

我也用Google搜索并检查了最新的文档,但却找不到与此事件相关的任何内容。

0 个答案:

没有答案