I don't have a huge knowledge about javascript, I just can reuse ready plugins and scripts. On my website which is here:
http://sensorydeprivationkitchen.com/50hz_test/
gallery doesn't work. If I delete from the header link to the latest jQuery than gallery works but drop down menu and small photos preview on a single.php page not.
That's what I have in the header section:
<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script type="text/javascript" src="http://sensorydeprivationkitchen.com/nav.js"></script>
<script type="text/javascript" src="http://sensorydeprivationkitchen.com/tinyscrolling.js"></script>
<script src="http://sensorydeprivationkitchen.com/main.js" type="text/javascript"></script>
I have tried to change the order of links but it doesn't help. If I move link to the latest jQuery to the bottom than gallery works but the rest of jquery components not
Does anybody know how to fix it?
Thanks.









