Don't understand how to get orbit js working with Foundation 4

autobeestan

New Member
I'm having trouble understanding the Foundation 4 JS docs sorry - if I use this:\[code\]$(document).foundation();\[/code\]Every thing works great, but If I use this:\[code\]$(document).foundation('orbit', {bullets:false});\[/code\]The bullets get removed from orbit but then none of the other javascript works (the responsive .toggle-topbar or the custom forms #customDropdown).I've also tried this:\[code\]$(document) .foundation() .foundation('orbit', {bullets: false});\[/code\]But then all the JS works but the bullets don't get removed. I'm just not sure how it works sorry, any pointers in the right direction would be much appreciated.CheersBen
 
Back
Top