Topic: [Solved] jquery s3slider not working
can any body help me make this jquery plugin work in wolfcms.. I have follow the procdure...By
putting the link on my snippest and made a call on my layout..I also added jquery and javascript on the head of my layout...
It just wont work...(I don't know what i'm getting wrong)
This is the url to the jquery plugin: http://www.serie3.info/s3slider/
<div id="s3slider">
<ul id="s3sliderContent">
<li class="s3sliderImage">
<img src="#" />
<span>Your text comes here</span>
</li>
<li class="s3sliderImage">
<img src="#" />
<span>Your text comes here</span>
</li>
<div class="clear s3sliderImage"></div>
</ul>