I had to update a site with a slideshow.
But when I added the HTML, CSS and JavaScript and the slideshow just didn’t work I kept banging my head on my keyboard trying to figure out why. I’m checking the examples. I’m removing CSS and other JavaScript code to see if there’s some kind of conflict and nothing.
Well, let me literally copy the the scripts from the example because they were full-pathed, and hey the slideshow started working.
Turns out that when I set the site up, I used the HTML5 Boilerplate which I believe had jQuery 1.4 and the slideshow used jQuery 1.5. Well, there’s your problem.
Lesson learned, always check your script versions, or always make sure you just use the latest versions (which I normally do but for this site I didn’t, I think because there was another larger project that needed finishing and this one just fell out of thin air).






