Skip to main content

Questions tagged [jquery-ui-accordion]

Accordion widget from jquery-ui that displays collapsible content panels for presenting information in a limited amount of space.

jquery-ui-accordion
0 votes
0 answers
13 views

JS Accordion : jump to title when open

I have a FAQ section with accordion for each questions. When I open an question, I would like the window to scroll to the top of the title of the current opened accordion (instead of staying in the ...
Hellooo's user avatar
  • 15
0 votes
0 answers
15 views

trying to use Jquery to open and close accordion sections in WP forms

This is the page:https://www.dawleydental.co.uk/online-referral-form-v2/ I have added jquery to open the first section on page on load. I now want to add next and previous buttins so allow movement ...
user1088207's user avatar
0 votes
0 answers
63 views

jQuery UI Accordion Multiple Sections Open

I came across jQuery UI's Accordion feature which has just made life so much easier. However, I have a situation where I want multiple sections open at the same time. I know I could use something ...
cavlier145's user avatar
0 votes
0 answers
32 views

Convert the FAQs app to an Accordion widget

In the HTML file, note that the link and script tags you need for jQuery UI have been coded for you. Then, rewrite the HTML so it’s consistent with the HTML that the Accordion widget needs. Here’s ...
Jesy Chai's user avatar
-1 votes
2 answers
46 views

I need to completely hide a JQuery Accordion

How do you completely hide a JQuery accordion? Everything I can find when searching only explains how to collapse and expand the accordion. Not how to make it disappear completely. I want to ...
jpolo's user avatar
  • 35
1 vote
0 answers
184 views

How to change color of accordion header ui-icon when accordion is active

I have built the below sample page. I wanted the background color of the ui-accordion header to change when active. I wanted the accordion ui header icon to the the same color whether the header is ...
Sankar Chinnakotla's user avatar
0 votes
1 answer
140 views

Accordion not opening the links

Here's a html and js, which I am using for accordion. Issue is when I click on links its not opening. But when I center click on links its opening correctly in new tab. I also have to used these links ...
Netih J's user avatar
  • 26
4 votes
1 answer
2k views

Making an expand/collapse all function with jQuery Accordion

I'm using jQuery Accordion UI in a non-traditional sense: I have the accordion nodes open and close independently. I'm also trying to use an "expand/collapse all" button, and that's where ...
BlueDogRanch's user avatar
0 votes
1 answer
20 views

Jquery Accordion Format Issue

Has anyone come across this issue when using jquery accordions? When the top panel is active, the panel below displays large and covers the content from the active panel. Important to note that this ...
AndrewCooper's user avatar
0 votes
0 answers
100 views

Why does the jquery-ui-dialog close-function doesnt work with this button call?

I have this following code where buttons with the value "Add" are added. Now i wanted that these buttons close the dialog window. So i made an onClick attribute and linked it with the hey-...
Tim's user avatar
  • 3
0 votes
1 answer
89 views

jQuery - Open one accordion, close others

I have an accordion section and need to achieve two things: Have the first accordion open by default on page load. Everytime I click on closed accordion, open it and close the one opened previously. ...
Magnetic1337's user avatar
0 votes
1 answer
525 views

Animate accordion plugin with auto height

I am using a very lightweight plugin for an accordion which is great but I can't get it to animate without a fixed height. I initially tried the usual transitions before realising they did not work ...
Mr Toad's user avatar
  • 246
1 vote
0 answers
125 views

Open current accordion on click button , close other opened dynamically using jqwery

I have a multiple div in the form. On click button, we open accordion. When I'm in second accordion , the first should be closed dynamically. For moment , in click current button to open accordion , ...
alice 's user avatar
  • 41
0 votes
1 answer
98 views

Dynamically adding contents inside Jquery ui accordion doset work

So I have this accordion code which has three input fields and two buttons <div id="accordion"> <h3>External Attendees</h3> <div> <div class="...
Ashwin's user avatar
  • 117
0 votes
0 answers
155 views

How to add accordion in CKEditor jQuery Ajax?

This is my HTML code <div class="row"> <div class="col-md-12"> <div class="form-group"> <label style="font-size:14px;" ...
AJAY KUMAR's user avatar

15 30 50 per page
1
2 3 4 5
67