This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Mark Graybill
about 9 years

Question about running this program on my desktop: Firefox

I have complete the Flipboard project and would like to try to run the code from my desktop and on firefox browser. I have copy and pasted the code to three files in Notepad++ and save each as their respective file names and types: index.html, style.css, app.js.
I am able to get the page to load and the style sheet to work, but the arrow and slide do not function. I have not changed anything in the files.

Any suggestions on what to check?

Answer 54cc98a9e39efeaf3f000d2c

0 votes

Permalink

change <script src=”//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js”></script>

into

<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </script>

points
Submitted by Leon
about 9 years

1 comments

Mark Graybill about 9 years

Thanks, Leon. Got it working now.