[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-15 Thread Ganeshji Marwaha
no problem... glad u got it working. -GTG On 7/14/07, huphtur <[EMAIL PROTECTED]> wrote: Wow, so simple. Why didn't I think of that? Thank you Mr Marwaha for helping. On Jul 14, 8:16 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > So, you actually had a couple of issues, which we are f

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-14 Thread huphtur
Wow, so simple. Why didn't I think of that? Thank you Mr Marwaha for helping. On Jul 14, 8:16 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > So, you actually had a couple of issues, which we are fixing one by one i > guess ;-) > > Anyways, Changing the order in which the calls are made did

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-14 Thread Ganeshji Marwaha
a quick demo can be seen here as well http://www.gmarwaha.com/jquery/jcarousellite/testWithAccordion.php -GTG On 7/14/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: So, you actually had a couple of issues, which we are fixing one by one i guess ;-) Anyways, Changing the order in which the c

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-14 Thread Ganeshji Marwaha
So, you actually had a couple of issues, which we are fixing one by one i guess ;-) Anyways, Changing the order in which the calls are made did the trick for me... $(document).ready(function() { $(".imageSlider").jCarouselLite({ btnNext: ".imageSlider .next", bt

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-14 Thread huphtur
Still nothing. http://thehotcrew.com/acccar/ I made the first and second section identical. The first carousel (that's shown on load) works fine. The second (collapsed on load) doesn't show. On Jul 14, 12:27 am, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > you have a javascript error in ur pa

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-14 Thread Ganeshji Marwaha
you have a javascript error in ur page that is causing u the problem... In the snippet below you have a leading comma after the speed:500. After removing that it works fine. $(".imageSlider").jCarouselLite({ btnNext: ".imageSlider .next", btnPrev: ".imageSlider .prev", visible: 1, speed: 500, })

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread huphtur
I added the image dimensions and even gave the ul container some height, with no result: http://thehotcrew.com/acccar/ On Jul 13, 2:58 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > hey huphtur, > > If you are using images with jCarouselLite, just give it the width and the > height attribut

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread huphtur
Upgraded to latest version, still no show: http://thehotcrew.com/acccar/ On Jul 13, 2:13 pm, "Ganeshji Marwaha" <[EMAIL PROTECTED]> wrote: > oops, forgot to mention - also get the latest version from the site. > > http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_0.3.1.p... > > -GTG

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread Ganeshji Marwaha
oops, forgot to mention - also get the latest version from the site. http://www.gmarwaha.com/jquery/jcarousellite/js/jcarousellite_0.3.1.pack.js -GTG On 7/13/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: hey huphtur, If you are using images with jCarouselLite, just give it the width and t

[jQuery] Re: Accordion + jCarouselLite Bug?

2007-07-13 Thread Ganeshji Marwaha
hey huphtur, If you are using images with jCarouselLite, just give it the width and the height attribute. That should do the trick. Eg: Lemme know if it worked for u. -GTG On 7/13/07, huphtur <[EMAIL PROTECTED]> wrote: I'm trying to use both Accordion and jCarouselLite plugins but am exp