Loading jquery

aphull / 2015-03-03 22:52:46   

I'm looking for guidance on whether or not loading this jquery script is possible:

github.com/pazguille/…
pazguille.github.io/horwheel/

I understand that I can paste the .js file into the indexhibit js folder...but beyond i am stumped!!

thank you

Vaska A / 2015-03-03 23:40:19   

Yes, but maybe no. Haha...

You can add that to your template. But, it uses a #wrapper div:

  1. var wrapper = document.querySelector('#wrapper');

You will need to add this around your #index and #exhibit div's. But, that might have other consequences. So, try it, test it...it should be a fun exercise.

This thread has been closed, thank you.