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

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -