Skip to main content

Questions tagged [accordion]

An accordion is a type of menu that allows for additional content to be shown below the heading upon mouse action. Only one heading's content can be open at a time. When the next heading is selected, the previous heading's content will close.

11 votes
1 answer
22k views

Nested accordion menu in jQuery

I have a menu implemented using a set of nested accordions, 1 and 2, each with elements, a and b. I would like to implement the following logic: When I click 1a, I will get the data of 1a and two ...
venkatachalam's user avatar
11 votes
3 answers
28k views

Jquery Accordion Close then Open

I've set up a number of accordions on a page using the jquery accordion plugin so I can implement expand all and collapse all functionality. Each ID element is it's own accordion and the code below ...
Jon's user avatar
  • 6,016
0 votes
1 answer
372 views

.net Accordion Causing me Problems

I had a bunch of controls that I displayed, hid, enabled and disabled based on actions in the web page. Everything worked until i put them into an accordian. Now I can't get the Javascript to be ...
RIco's user avatar
  • 3
0 votes
1 answer
1k views

ASP.NET toolkit Accordion double click issue

I am using a accordion control which has nested gridviews within the content section and a series of buttons. When the page is first loaded, it requires 2 clicks before any button or linkbutton's ...
cweston's user avatar
  • 11.6k
17 votes
16 answers
32k views

jQuery Accordion: IE animation issues

Update I am making this a community wiki, for three reasons: I don't feel like I got a definitive answer, but I have long since stopped needing an answer, because I rolled my own accordion function ...
4 votes
7 answers
23k views

jQuery Accordion: links don't work

I'm working on a page using jQuery's accordion UI element. I modeled my HTML on that example, except that inside the <li> elements, I have some unordered lists of links. Like this: $(document)....
Nathan Long's user avatar
4 votes
2 answers
5k views

Custom accordion - using each

I am trying to create a custom accordion for my page to that display my posts. I have it in list format using HTML and I am trying to create an effect when you click each header to expand to show more ...
user avatar
0 votes
1 answer
2k views

ASP.NET Accordion

So I'm amending someone else's code, and they've used a data-bound Accordion control. I need to disable the Accordion functionality so that the top item is expanded and the rest are just minimized and ...
asleep's user avatar
  • 4,074
0 votes
2 answers
704 views

Using jQuery accordion with strange markup

I have this HTML structure and want to convert it to an accordion. <div class="accor"> <div class="section"> <h3>Sub section</h3> <p>Sub section text&...
nickf's user avatar
  • 543k
27 votes
3 answers
49k views

jQuery & Prototype Conflict

I am using the jQuery AutoComplete plugin in an html page where I also have an accordion menu which uses prototype. They both work perfectly separately but when I tried to implement both components ...
user avatar

15 30 50 per page
1
274 275 276 277
278