문제

Im interested can I add fullPage.js to Zurb's Foundation? If so does anyone knows a good tutorial on this topic? I need to create a page with static background image, with scrollable sections using fullPage.js

Note: I've tried to combine them but, with no success

도움이 되었습니까?

해결책 2

Foundation is just a front-end framework such as BootStrap, you shouldn't have any problem to implement the jQuery plugin on your site.

You just have to create the needed structure and include the needed files as specified in the fullpage.js documentation.

You can also take a look at the living examples source code.

다른 팁

It seems there is a conflict between foundation's and ajax.googleapis.com jquery needed by fullPage.js. As soon as I removed from my index.html the following line ...

<script src="js/vendor/jquery.js"></script>

... fullPage.js started working.

Don't know how this will affect my Foundation, but for now I have grid and topbar working.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top