So I have two Plugins running on my html website , one is a music player and the other is the lightbox ,
Both use Jquery 1.8.3
Now if included in line 203 the Lightbox works and the Music player doesnt .
If included on line 65 the Music player works and the Ligtbox Doesn’t .
I dont know why this is happening or how to solve it , i’m still learning so help would be much appreciated !
The Link has Jquery included on the 65th line so currently the music player works
on this page: http://aceaccentuating.com/trial/light.html your jquery include is too low down – this means that anything using jquery above where you include the library will not work.
on this page: http://aceaccentuating.com/trial/ you have some sort of type error on line 267 –
gives the following error:
which means it has jquery has been undefined by this point in one of your many files – see this: TypeError: $ is not a function when calling jQuery function