Here is the test site:
http://raine.ridevelopement.com/test

Please add 1 item to cart, checkout, you will get to the checkout
page. I have just found out that I have the validator failed as well,
must be me doing some bad code

Raine

On Jan 19, 2:50 pm, Ariel Flesler <afles...@gmail.com> wrote:
> You really need to provide a demo online else we can't figure out the
> problem.
>
> --
> Ariel Fleslerhttp://flesler.blogspot.com
>
> On Jan 19, 4:23 pm,yellow1912<yellow1...@gmail.com> wrote:
>
> > Oops, Im sorry but
> > $(selector + ' .step[title='+currentIndex+'] div.stepContent').fadeOut
> > ("slow");
> > -->jQuery.queue is not a function
>
> > On Jan 19, 12:22 pm,yellow1912<yellow1...@gmail.com> wrote:
>
> > > I think I found out something closer to the root cause:
>
> > > $(selector + ' .step[title='+currentIndex+'] .stepContent').fadeOut
> > > ("slow");
> > > -->jQuery.queue is not a function
>
> > > $(selector + ' .step[title='+currentIndex+'].stepContent').fadeOut
> > > ("slow");
> > > --> no error, but obviously not producing the effect I want
>
> > > $(selector + ' .step[title='+currentIndex+'] div.stepContent').fadeOut
> > > ("slow");
> > > --> no error, but obviously not producing the effect I want
>
> > > the html structure is somewhat like this
> > > <div id="#selector_id">
> > > <div class="step" title="1">
> > > <h4 class="stepTitle">sometitle</h4>
> > > <div class="stepContent">content goes here</div>
> > > </div>
> > > <!-- more steps go here-->
> > > </div>

Reply via email to