Im trying to get my jquery slideshow working only for some reason its outputting to the browser as display:none!
Theres quite a bit of code so ive made a fiddle…
Can anbybody see where im going wrong? Im using this plugin
I call my plugin with the following…
$('.slideshow').bjqs({
'animation' : 'slide',
'width' : 960,
'height' : 335,
'showMarkers': true
});
This is wrong…
Or rather, your markup should be…
You can either change the class in the markup or use your custom class in the script instead of .bjqs