JQuery Slideshow

Associate
Joined
13 Jan 2007
Posts
2,424
Location
Belfast,Northern Ireland
I've implemented this and similar before and cannot work out why the hell its not working properly! This is a functioning version: http://flowplayer.org/tools/demos/tabs/slideshow.html

My version: www.warfinder.co.uk

I have included the jquery library and tools at the top:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js"></script>

All markup is included, correctly too as its swiped from the demo and matches their standalone effort.

The css links correctly as images appear, I know some buttons etc not appearing is due to the image reference to somewhere that doesnt exist . And the background is different as I deleted it and made some minor changes.

Finally the javascript is included before the body closes and within script tags.

Surely that is everything covered? Im guessing the javascript is not functioning correctly but it is exactly what they say in their demo version
 
Last edited:
I realise the styling and such is an issue but it appears to be working okay, css wise anyway? Obviously I need to tailor it to fit much better and create new buttons etc but I was aiming to get it working first. Its more the javascript isnt functioning?
 
Ah cheers tripnologist, the jquery linking was exactly the problem. I didnt download the exact one I needed as the downloads section wasn't working yesterday. Oddly enough it works if I link the full tools + jquery library CDN but not using the google library link and including the plugins i need via a script folder. However I know the problem now so confident i'll get it working.

Thanks
 
Back
Top Bottom