Tom Perkins
Tom Perkins

Reputation: 499

Basic Javascript Image Gallery

I'm trying to setup a very basic jQuery image gallery.

You can see my attempts here: http://training.customstudio.co.uk/portfolio/detail/ee_project_four

I've duplicated the code from another site we created, have changed all the relevant div reference, but can't for the life of me get it working.

The images seem to be loading, but the jQuery effects not working.

Hopefully one of you guys can see the problem.

Thanks in advance,

Tom Perkins

Upvotes: 0

Views: 305

Answers (1)

neo
neo

Reputation: 155

This question is beyond simple. Check in your head tag and find this..

      <script type="text/javascript" src="-/js/jquery.nivo.slider.pack.js"></script>

    <script type="text/javascript" src="-/js/jquery-1.4.3.min.js"></script>

Correct them because they do not refer to actual javascript files but Html files

Upvotes: 2

Related Questions