How to set StartingSlide without using pager cycle plugin

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-05-05T06:44:06Z Indexed on 2010/05/05 6:48 UTC
Read the original article Hit count: 221

Filed under:
|

Hi All,

I want to set the starting slide manually for the cycle plugin without using pager. It is not working for me.

Code:

                    $('#divTrac').cycle({
                        fx: 'scrollHorz',
                        speed: 1500,
                        next: '#leftt',
                        prev: '#rightt',
                        startingSlide: 2,
                        timeout: 0, continuous: false,
                        pause: 1, sync: 1,
                        nowrap: 1,
                        slideExpr: '#myTrack'

                    });

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about cycle