jquery - zurb foundation bind magellan arrive -
i need bind event once arrival reached.
the documentation ( http://foundation.zurb.com/docs/v/3.2.5/magellan.php) states can access magellan.arrival event, gives no examples on how use it.
i have tried it's mot working:
$('dd[data-magellan-arrival]').on('arrival',function(){ console.log('arrived'); }) $('dd[data-magellan-arrival]').on('magellan.arrival',function(){ console.log('arrived'); })
i have googled , checked latest documentation can find nothing @ related event.
Comments
Post a Comment