Hi, I am an applications programmer, not very familiar with working with some of these javascript libraries.
I have been tasked with using fullpage.js and modeling a fairly simple page. For some reason virtually every tutorial i have tried has not worked for me.
I have the zip file downloaded and have tried following the doc and video tutorial.
I imagine most of you have successfully integrated this plugin and it looks amazing. Can anyone help guide me in getting this to work? The css and styling seems straight forward, i just need help getting this started.
then you could extract compressed files, and then you could find demoPage.html and other samples under
examples folder. You could check the html markup and jQuery code to learn the usage of fullPage.js.
You need to make sure you add references to all required jQuery and CSS files in you web page when you use any jQuery plugins.
Besides, F12 developer tools could help us debug html and JavaScript issues, you could check the following link to know how to use developer tools.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
1 Post
help with fullpage.js
Jul 13, 2016 11:05 PM|myaspthrowaway|LINK
Hi, I am an applications programmer, not very familiar with working with some of these javascript libraries.
I have been tasked with using fullpage.js and modeling a fairly simple page. For some reason virtually every tutorial i have tried has not worked for me.
I have the zip file downloaded and have tried following the doc and video tutorial.
I imagine most of you have successfully integrated this plugin and it looks amazing. Can anyone help guide me in getting this to work? The css and styling seems straight forward, i just need help getting this started.
thank you
All-Star
40535 Points
6233 Posts
Microsoft
Re: help with fullpage.js
Jul 14, 2016 03:28 AM|Fei Han - MSFT|LINK
Hi myaspthrowaway,
You could download fullPage.js from this site.
http://alvarotrigo.com/fullPage/
then you could extract compressed files, and then you could find demoPage.html and other samples under examples folder. You could check the html markup and jQuery code to learn the usage of fullPage.js.
You need to make sure you add references to all required jQuery and CSS files in you web page when you use any jQuery plugins.
Besides, F12 developer tools could help us debug html and JavaScript issues, you could check the following link to know how to use developer tools.
https://msdn.microsoft.com/en-us/library/bg182326(v=vs.85).aspx
Best Regards,
Fei Han