i’ve got a problem with javascript on a website i’m creating, it’s only html and css3 and a bit of jquery for a slider and a gallery.
Slider 1: http://www.petitcoeur-champoluc.it/test/inverno.html
Gallery: http://www.petitcoeur-champoluc.it/test/lo_lilla.html
It all works in local, but once uploaded online jquery doesn’t execute and nothing shows up.
The code used is not the same for the slider and for the gallery, it comes from two different sources.
Please help me guys, thanks a lot in advance!
You are loading jQuery twice in page, once at top and again at bottom. The second version over writes the first. along with the plugins that are now part of the jQuery object so the plugin methods no longer exist