[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-06 Thread Jean
Yeah i fix hiding after call JCarousel On 7/5/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: I have put together a demo page here showcasing, that you can set display to none in javascript after the call to jCarouselLite. The link to the page is

[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-06 Thread Ganeshji Marwaha
great... glad u got it working... On 7/6/07, Jean [EMAIL PROTECTED] wrote: Yeah i fix hiding after call JCarousel On 7/5/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: I have put together a demo page here showcasing, that you can set display to none in javascript after the call to

[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-05 Thread Jean
I was making my defense for my university´s project and I´m trying hide divs only to show when i click in some tab but if i hide de divs with jcarousel it dont works, but the same code without the hide divs works, i have 2 examples´s pages. with hide

[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-05 Thread Ganeshji Marwaha
hi jean, i think u are using version 0.2.0. Last week 0.3.0. A few bugs were fixed as well... To start with, u might want to try that version. You can download it at http://www.gmarwaha.com/jquery/jcarousellite/index.php This should mostly fix your problem. If it doesn't try adding the

[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-05 Thread Ganeshji Marwaha
That wouldn't fix ur problem... For now ur best work-around is to hide the div using javascript after the call to jCarouselLite()... This way you are giving the plugin the means to construct itself before u hide it... In the mean-time, i will work on a fix for the same and keep u posted. Lemme

[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-05 Thread Jean
I will try, i think this will fix On 7/5/07, Ganeshji Marwaha [EMAIL PROTECTED] wrote: That wouldn't fix ur problem... For now ur best work-around is to hide the div using javascript after the call to jCarouselLite()... This way you are giving the plugin the means to construct itself before u

[jQuery] Re: Problems with jCarouselLite and hide divs

2007-07-05 Thread Ganeshji Marwaha
I have put together a demo page here showcasing, that you can set display to none in javascript after the call to jCarouselLite. The link to the page is http://www.gmarwaha.com/jquery/jcarousellite/testDisplayNone.php Since you are using document.ready event to both create the carousel and also