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 calls are made did the trick for
me...


    $(document).ready(function() {

        $(".imageSlider").jCarouselLite({
            btnNext: ".imageSlider .next",
            btnPrev: ".imageSlider .prev",
            visible: 1,
            speed: 500
        });

        jQuery("#nav").Accordion({
            header: 'h3'
        });

    });



-GTG


On 7/14/07, huphtur <[EMAIL PROTECTED]> wrote:
>
>
> 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 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,
> >
> > });
> >
> > Lemme know how it goes...
> >
> > -GTG
> >
> > On 7/13/07, huphtur < [EMAIL PROTECTED]> wrote:
> >
> >
> >
> > > 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
> >
> > > > On 7/13/07, Ganeshji Marwaha < [EMAIL PROTECTED]> wrote:
> >
> > > > > hey huphtur,
> >
> > > > > If you are using images with jCarouselLite, just give it the
> width and
> > > the
> > > > > height attribute. That should do the trick.
> >
> > > > > Eg: <img src="image/4.jpg" alt="" width="400" height ="294" />
> >
> > > > > 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 experiencing some problems with this.
> > > > > > I set up a quick page here: http://thehotcrew.com/acccar/
> >
> > > > > > There should be one of those image slider in "Content 2" as
> well.
> >
> > > > > > This problem might be related to:
> >
> > >http://groups.google.com/group/jquery-en/browse_thread/thread/d97610f.
> ..
> >
> > > > > > but I am unable to figure out what exactly is happening.
>
>

Reply via email to