My wikipedia viewer works locally but when I upload it Github it wont search or display the text above the search bar, is there a reason why that i’m missing here?
Check out your console on dev tools. It looks like your app can’t connect to the jQuery cdn which stops most of your code from running
Im confused is it running on your end at all? or would that make it work from the github server?
It won’t load for me either. I found the solution by Googling the error message I got when I pulled up the console. Check it out here.
I guess you just need to go to line 12 of index.html
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
and add an ‘s’ to http
Thank you! thats it working now
Glad I could help! Your project looks great!
1 Like