Hi guys,
i need something similar to the solution on
http://malsup.com/jquery/cycle/goto.html, but with an addition:

i'd like to specify if the scrolling is to be 'forward' or 'backward', so it
would be something like:
$('#s1').cycle(2, 'forward');  or $('#s1').cycle(2, 'backward'); 
For example, if there are 4 DIVs and I am on DIV number 2, if I call
$('#s1').cycle(3), i want the third DIV to come from the right side; if I
call $('#s1').cycle(1), i want the first DIV to come from the left side; 
Is that possible? I mean, is it possible to specify programatically if the
next DIV is comming from the right side or from the left side?
Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Cycle---goto-tp19182233s27240p19182233.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to