accordion

accordion fixed height with sortable list inside

Hi, i have an accordion with accordion content height 280px. Inside i have a sortable list connecting with another that sits outside the accordion (right). When the contents of the accordion is more than 280px displays the scroll down. So far so good. The problem is when scroll is displayed when i start drag an element from sortable ...

How i can open all items in accordion control in silverlight?

I set the SelectionMode property to OneOrMore. How i can open all items, when conrol loaded? ...

jQuery accordion - link to open certain div

Hi all, I am having a nightmare trying to get this working (and have looked at other posts but am still having an issue). Basically I have a link like this: /test.php#bob on test.php I have this: <div class="accordion"> <h2>Customer care</h2> <div> <p>xxxxxxxxxxxxx</p> </div> <h2 id="bob">Strong leadership from start to finis...

accordion if/else logic

Hi. I'm guessing my if/else logic is skewed. Basically I have an accordion structure where, on page load, the first accordion pane is half-revealed to a height of 150px. Then when the user clicks on the accordion header it fully opens to a height of 320px. On the next click it should close and act normally like the other accordion elemen...

jQuery Accordion Menu

This is just a really novice question on jQuery but I'm just using it to create a simple accordion menu. The HTML ouput is like this: <ul id="nav-sub"> <li class="sub-level-0"><a href="#">Menu Item One</a></li> <li class="parent-here last sub-level-0"><a href="#">Menu Item Two</a> <ul> <li class="here sub-level-1"><a href...

Expanding content with jQuery (accordion technique)... quick question

This may be a bit silly question, but I just started doing pretty things in jQuery and I suddenly wondered how to solve a problem that I never even bothered looking into without the help of frameworks. Suppose we have two div elements: <body> <div id="lorem1" style="display:block; height:400px;"> Lorem ipsum... </div> ...

Problem Styling SL Toolkit Accordion with Jetpack Theme

I am trying to use the newly released Jetpack theme for a Silverlight 4 application. TabControl and buttons style nicely, but I cannot get the Accordion control to pick up the Jetpack style. I have created a default 'Silverlight Navigation (JetPack Theme)' VS project and added the following definitions to the XAML file xmlns:sdk="http:...

populate jQuery UI accordion with xml, binding problem

Hi, I am populating jQuery accordion from simple xml file, I can get my data and append it as html to simulate accordion markup. Then I call for accordion, it won't work! I guess the problem is binding newly created data to DOM, I have tried .live() and .delegate with no success. How should I proceed? Here is simplified example of my...