Oh ok - then will be there an activeClass:".whatever" ?

On 18 Gen, 15:33, Scott González <scott.gonza...@gmail.com> wrote:
> We have redone our markup for several of the plugins while building
> our new CSS framework.
>
> The wrapper div that contains the header and content panel gets the
> selected class and the header gets the active class.
>
> On Jan 16, 8:24 am, zemm <simonenast...@gmail.com> wrote:
>
> > Hi,
> > as in subject, assignment of selected class to the active accordion
> > element (both default and via selectedClass) assigns it to the wrong
> > div, actually to the accordion content div.
> > It works as expected with ui 1.5.3 .
> > div structure:
> > <div class="content-box">
> >                                 <div id="test-accordion" class="accordion">
> >                                         <div class="accordion-item">
> >                                                 <div 
> > class="accordion-toggle">Introduction</div>
> >                                                 <div 
> > class="accordion-content">
> >                                                 </div>
> >                                         </div>
> >                                         <div class="accordion-item">
> >                                                 <div 
> > class="accordion-toggle">Introduction</div>
> >                                                 <div 
> > class="accordion-content">
> >                                                 </div>
> >                                         </div>
>
> >                                 </div>
> > </div><!--END .content-box !-->
>
> > and how I trigger the accordion:
>
> >                  jQuery(document).ready(function () {
> >                                 jQuery("#test-accordion").accordion({
> >                                         header: "div.accordion-toggle",
> >                                         fillSpace: true,
> >                                         active:"div.accordion-toggle:first"
> >                                 });
> >                 });
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to