I believe you can just set slide to false in the options.
On Thu, Mar 22, 2012 at 1:01 PM, Jason Strimpel <jstrim...@gmail.com> wrote: > You could listen for a slide event and pause again. Although, this > seems a bit complicated for a behavior/feature that I think would be > baked into to the plugin as an option. Maybe it is and I am unaware of > it because I am not that familiar with the plugin??? Anyone else? > > On Thu, Mar 22, 2012 at 9:50 AM, Artem <masterzim....@googlemail.com> > wrote: > > Hm, actually it works until you don't press next or prev. After this it > > begins cycling again. > > > > > > On Thursday, March 22, 2012 6:48:17 PM UTC+2, Artem wrote: > >> > >> Hm, I was sure that already tried this. But it really works. > >> > >> Thanks! > >> > >> On Thursday, March 22, 2012 5:50:16 PM UTC+2, Jason Strimpel wrote: > >>> > >>> I haven't tried this yet - never used the carousel - but could you > >>> just call $('myCarousel').carousel('pause') after instantiating it? > >>> > >>> On Thu, Mar 22, 2012 at 7:47 AM, Artem <masterzim....@googlemail.com> > >>> wrote: > >>> > Hi guys, > >>> > > >>> > Is it possible to initialize carousel in such way that it don't slide > >>> > automatically? > >>> > I mean I want cycling only when user click prev or next. > >>> > > >>> > If no, maybe you can advice how existing code can be modified to > >>> > achieve such effect? > >>> > > >>> > Thanks in advance, Artem. >