[jQuery] Re: Flexible jCarousel

2007-04-13 Thread Jan Sorgalla
Klaus Hartl wrote: > Jan Sorgalla schrieb: > > ok, i see now. One of the main differences between the old and the new > > version of jCarousel is, that you no longer have to pass itemsVisible > > as option. The number of visible items are calculated on the fly > > depending on the sizes of the cl

[jQuery] Re: Flexible jCarousel

2007-04-13 Thread Klaus Hartl
Jan Sorgalla schrieb: ok, i see now. One of the main differences between the old and the new version of jCarousel is, that you no longer have to pass itemsVisible as option. The number of visible items are calculated on the fly depending on the sizes of the clip and the items. I've done that mai

[jQuery] Re: Flexible jCarousel

2007-04-13 Thread phplord
I was modified the ajax based jCarousel sample in http://www.gotcreme.com/index.php?option=com_creme&Itemid=33 (click left-top links), you can check the code there... On 12 Nisan, 10:34, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Hi jQuerians! > > I was wondering if there is a mod for jCarousel out

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Jan Sorgalla
Hi, On 12 Apr., 21:13, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Klaus Hartl schrieb: > > > Here's what I did - it's a hack and you could do better but it works for > > now and you get the picture: > > > I added a flexibleWidth option and than added the following lines to the > > init method: > >

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Klaus Hartl
Klaus Hartl schrieb: Here's what I did - it's a hack and you could do better but it works for now and you get the picture: I added a flexibleWidth option and than added the following lines to the init method: // Mod - allow flexible width if (priv.o.flexibleWidth) jQuery(window).bind('r

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Klaus Hartl
Klaus Hartl schrieb: Jan Sorgalla schrieb: Hi Klaus, Hi jQuerians! I was wondering if there is a mod for jCarousel out there, that allows it to be flexible? I need the width of the list and its items to be flexible (depending on the browser width). I tried only a bit yet and tinkered with

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Klaus Hartl
Jan Sorgalla schrieb: Hi Klaus, Hi jQuerians! I was wondering if there is a mod for jCarousel out there, that allows it to be flexible? I need the width of the list and its items to be flexible (depending on the browser width). I tried only a bit yet and tinkered with the windows resize even

[jQuery] Re: Flexible jCarousel

2007-04-12 Thread Jan Sorgalla
Hi Klaus, > Hi jQuerians! > > I was wondering if there is a mod for jCarousel out there, that allows > it to be flexible? I need the width of the list and its items to be > flexible (depending on the browser width). > > I tried only a bit yet and tinkered with the windows resize event, to > adjus