you can see my start with jquery == > here
I've made a simple slideshow with vimeo-videos. If you click on the Arrows up/down my <ul>-List move up and down. But how can I STOP moving, if the last Video (<li><</li>) has arrived. I need an If/else condition, but I don't know how ..
Sth. like that, if my last <li> arrived, stop add 80px and return.false() ..
I have these slideshow several times at my page, sometimes I have 2 Videos, 3, 4 or 15 .. so I need an universal solution ..