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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -