Most voted "accordion" questions
Accordion, in a GUI, is an effect that allows the presentation of content in a small space through a list of items stacked in the style of a accordion.
Learn more…10 questions
Sort by count of
-
3
votes1
answer228
viewsAccordion in Windows Form?
Hello good afternoon / evening I’m new with c#, Guys someone there has an idea of how to get the accordion effect in Windows Form equal in HTML using jquery
-
2
votes1
answer2299
viewsChange panel-Heading background color by clicking
HTML <!-- panel 1 --> <div class="panel panel-default pulse animated"> <div class="panel-heading" role="tab"> <h1 class="panel-title"> <a id="link-open" class="text-pan…
-
2
votes1
answer54
views -
1
votes2
answers358
viewshow to get class name with javascript
I’m making an accordion and it’s already functional as I’d like (just a few details I’ll get right later). Only now I need that when clicked and the panel expanded, the + (show more) sign be changed…
-
0
votes2
answers897
viewsOpen specific accordion by clicking on a list
My problem is this: I have a list (ul>li) that when you click on one of them, you should go to a page containing the specific accordions. This is the website: www.alfacontabil.com.br On the…
-
0
votes1
answer1116
viewsjQuery - accordion open item individually
How to configure the plugin accordion of jquery-ui so that when I click on some item it does not close the others, for example when I click it opens the clicked and closes the others but I want when…
-
0
votes2
answers2765
viewsHow to start closed Accordion
Hello, I have on my page an accordion, it is working perfectly, however, when starts the page it is already open. What I want is for it to come closed, has like? HTML: <div class="bs-example">…
-
0
votes2
answers803
viewsAccordion Bootstrap 4
How do I decrease height without losing the responsivel part? .card{ margin-bottom: 20px; padding: 0px 0px 0px 0px } <link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"…
-
0
votes0
answers20
viewsMake a Table of Contents Affix inside each Accordion Bootstrap on the same page
I am developing a page that has several Accordions with a large amount of text inserted inside each and, thinking about the usability and ease of use of the page, I thought I would try to add a…
-
-1
votes1
answer30
views.NET Core MVC with jQuery Vertical Accordion Menu
I am using the jQuery vertical accordion menu from the following template: https://templatemag.com/demo/Dashio/ However, the operation does not work as in it. Clicking on a menu <li> <a…