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