I followed closely instructions from Foundation 5 doc about canvas menu. I obtain no JS error, yet it doesn't work. Clicking on the link does nothing. Why does it not work?
Put this at the end of your body :
<script>
$(document).foundation();
</script>
From the doc : http://foundation.zurb.com/docs/javascript.html
Initialize Foundation After you have included the Foundation JavaScript, just add a simple call to initialize all plugins on your page.
We recommend that you initialize Foundation at the end of the page