Tagged Questions
The accordion tag has no wiki summary.
19
votes
3answers
33k 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 ...
14
votes
2answers
8k views
Add items to a jQuery Accordion with jquery
I am using the jQuery accordion plugin to make an accordion of some data. Then I want the user to be able to add more data to the accordian. I have setup the accordion to function properly, then I've ...
12
votes
17answers
21k 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
...
11
votes
3answers
750 views
Latest in mobile web development best practices
I know this has been asked a bunch of times before (notably here and here), but I'm looking for a good current guide for getting started in developing websites for modern mobile browsers. Ideally, I ...
11
votes
2answers
15k views
jQuery Accordion open collapsed
using jquery v1.3.2 and jQuery UI 1.7.1
I have 1 tab control with 3 tabs in it. Each tab contains 1 accordion control.
$(document).ready(function() {
$('#acc1').accordion({ collapsible: true, ...
9
votes
2answers
808 views
Dynamically resizing an open Accordion
I have an Accordion and the height of its content can be dynamically resized. I would like to see the Accordion dynamically respond to the child item's height, but I'm having trouble doing this.
...
9
votes
3answers
12k views
Is there a WPF control I can use to expand/collapse panels (animated)
I have a window that has a lot of content. I'd like to be able to separate the content using panels, and have a separator that the user can click on the toggle between each panel (with an animation ...
8
votes
1answer
355 views
Redrawing silverlight accordion item not working
I have a datagrid in an accordion that I programmatically add items to. The items don't have a problem being added, but the accordion item doesn't refresh to a size that can view all the contents of ...
8
votes
9answers
8k views
Hide jQuery Accordion while loading
I am testing a site build with a slow connection and I noticed the jQuery Accordion stays expanded for a long time, until the rest of the site is loaded, and then finally collapses. Not very pretty. ...
8
votes
5answers
18k 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 ...
6
votes
1answer
498 views
How to properly sort multiple accordions with jQuery
This is my first time posting so please let me know if I fail to provide enough details.
I have a page that contains multiple accordions. I wanted to use multiple accordions because I wanted users ...
5
votes
3answers
343 views
Change animation speed of Jquery UI Accordion
I'm using the Jquery UI Accordion, and I haven't found anywhere in the documentation on how to change the speed of the animation. I've found people suggest using option "animated: 'bounceslide'" but ...
5
votes
5answers
1k views
jQuery UI Accordion - How to remove style completly?
I love the functionality of the jQuery accordion (http://jqueryui.com/demos/accordion/) however I do not want the style !!
I'd like to get rid of all the styles, the img, the border, the color, ...
5
votes
3answers
2k views
How can you adjust the height of a jquery UI accordian?
In my UI I have an accordian setup that so far functions
<div id="object_list">
<h3>Section 1</h3>
<div>...content...</div>
// More sections
</div>
...
5
votes
4answers
2k views
JQuery accordion - unbind click event
I am writing a form wizard using JQuery's accordion module. The problem is I want to override any mouse clicks on the accordion menu so that the form is validated first before the accordion will show ...
5
votes
7answers
9k views
jQuery accordion menu - keep accordion menu open to the page I am on
I hope you can help.
I'm very new to jQuery and am working on a five- or six-level accordion menu for my side navigation. I got the majority of the code I have so far from Dane Peterson @ ...
4
votes
2answers
546 views
Full Width of Horizontal Accordion (HTML, CSS, JQuery)
I am using an horizontal accordion from here:
http://www.dynamicdrive.com/dynamicindex17/haccordion.htm
I got it to display a full height but i'm having trouble with the width, it keeps either not ...
4
votes
4answers
100 views
How to wrap various elements in a div tag with jQuery?
I have an html structure that looks like this:
<h5>Title</h5>
<p> Content </p>
<ul>
<li>Item</li>
<li>Item</li>
</ul>
<p> ...
4
votes
3answers
335 views
jQuery: custom horizontal accordion width issue
Im trying to create a custom horizontal accordion style showcase. In terms of actual functionality, i have the framework (which can be seen here):
http://www.jsfiddle.net/adrianjacob/UdUus/
However ...
4
votes
2answers
2k views
Jquery Accordion widget - remove the icon and padding
I'm new to jquery and i'm trying to find out if it's possible to create simple accordion without the arrow icon and without padding at all inside the accordion content.
I want to use the whole ...
4
votes
3answers
2k views
jQuery Accordion - open specific section on pageload
I have a rather basic implementation of a jQuery Accordion on a page (using 1.3.2, jQuery UI Core 1.72 and jQuery UI Accordion 1.7.2), and I wish to open the 2nd section when the page loads. i've ...
4
votes
7answers
2k views
How do I remove an active outline from jquery accordion?
I am using Jquery Accordion. The active link has an outline.
I have tried using css:
#accordion a:focus
{ outline: none; }
#accordion a:active
{outline: none; font-weight:bold;}
and also
...
4
votes
2answers
4k views
Android - accordion widget
I'm looking at best way of creating an Accordion-style widget such as on this page.
Is there a way of achieving same effect using standard Android toolkit or do I need to build custom widget? If so - ...
3
votes
1answer
243 views
How to bind item values in an accordion header template
I'm trying to create a simple header template for an accordion object in silverlight 4.
I've added an image and a TextBlock to the header template of the AccordionItem. I want to hide or show the ...
3
votes
2answers
79 views
Prevent an element within header from expanding
I'm using jQueryUI Accordion, and genereate the elements on the fly. I need to prevent accordion expanding if we click Remove action link inside the header.
To stop further handlers from executing ...
3
votes
3answers
107 views
jQuery: Toggle height on multiple sections with one function
I have multiple sections, three to be exact, of varying heights with a basic layout of:
<section>
<h2>My heading</h2>
</section>
I'm looking for a way to show ...
3
votes
1answer
1k views
Accordion in Sencha touch
Is there any example with code for Accordion like effect in Sencha touch. I need to implement the same for the iPad .
3
votes
4answers
1k views
jquery Accordion — collapsible bug
in jQuery accordion, we could set collapsible parameter as follow
$("#accordion").accordion({ active: 0 , collapsible: true});
The collapsible behaviour is working fine for the first time.
But ...
3
votes
1answer
621 views
jQuery Accordion breaks after first click when active: false is set
I've had a jQuery accordion on my site for a bit now, and it seemed to be working fine until I checked on it today and it is broken. I haven't touched the HTML in weeks. I've gone through the ...
3
votes
3answers
711 views
jQuery UI Datepicker displays strangely when not wanted on part of page not designed to hold content
Something strange afoot, here:
An instance of Datepicker is showing up in a weird place as a single bar in the upper left hand corner of this page.
I'm using both jQuery UI's Datepicker and ...
3
votes
3answers
511 views
Lavalamp and Accordion Conflict
I am using Accordion for my website's right menu and it works fine. I want to use Lavalamp for my main menu. When jquery.easing, my accordion does not work but I need it for Lavalamp. Does anyone have ...
3
votes
1answer
295 views
Sorting jQuery Interactions of Multiple Instances, Each With Unique IDs
I'm expanding on what used to be a pretty simple jQuery accordion script, and I've made it so that multiple accordions can be placed on the page, each with its own unique ID. The trouble is, any ...
3
votes
1answer
3k views
Silverlight Toolkit Accordion - Change color
In the toolkit, I can't figure out how to change the color of the text under the selected section. It is gray and looks like it is disabled.
What do I change to display it in the default color?
...
3
votes
3answers
615 views
My ASP.NET Accordion will not animate panel changes when triggered by check boxes
My accordion panel in markup:
<ajaxToolkit:Accordion
ID="MyAccordion"
runat="server"
SelectedIndex="0"
HeaderCssClass="accordionHeader"
HeaderSelectedCssClass="accordionHeaderSelected"
...
3
votes
1answer
1k views
jQuery UI accordion with named anchors, not toggling menu selection
Using a jQuery UI accordion menu (navigation: true) with named anchor targets for the menu items, i.e. menu items refer to named anchors on the current page.
Accordion works fine with highlighting a ...
3
votes
1answer
2k views
JQUERY UI Accordion Resize on Window Resize?
I'm using the JQUERY UI Accordion module:
<script type="text/javascript">
$(function() {
$("#sidebar_column_accordion").accordion({
fillSpace: true,
icons: { 'header': ...
3
votes
2answers
2k views
3
votes
2answers
1k views
JQuery accordion doesn't work without h3 tags
I am trying to make an accordion with JQuery and am running into some trouble. The JQuery website shows to create your accordion content like this.
<div id="accordion">
<a ...
3
votes
3answers
10k views
jQuery UI accordion with autoHeight=true has unnecessary scrollbar on non-default panes
I am having trouble with jQuery accordion. When I create a content pane where the non-default pane has more content than default pane, and autoHeight is true, this provides nice animations when ...
3
votes
1answer
11k views
JQuery nested accordion menu problem
I have Nested Accordion menu The
Logic is simple I have 2 menu 1a & 1b
Onclicking 1a i will get the dataof 1a and two submenu 2a,2b
Onclick of 2a ,2b i will get the data of ...
3
votes
7answers
10k 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:
...
3
votes
1answer
896 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 ...
2
votes
1answer
18 views
opening accordion with hash tag
I am trying to open an accordion based on the URL hash tag. I've found similar responses but each use a different accordion.
The HTML script is as follows:
<div class="contractable">
...
2
votes
3answers
42 views
jQuery Powered Accordion Missing Anchor Link Functionality
For today's question, I have a very small accordion I built with the jQuery Tools library. I found that jQuery tools offered me the functionality I needed, with a much smaller footprint than the ...
2
votes
1answer
31 views
Remove this “glare” with CSS on jQuery UI accordion
I'm using a basic accordion with jQuery UI and I was wondering how can I remove that "glare" which appears when I click on the accordion tab:
Thanks!
2
votes
2answers
31 views
Custom Accordion
I have the accordion below which works but when an item is open if you click it again it re opens instead of closing.
I'm not sure of the best way to adapt the code below to achieve this?
Any help ...
2
votes
5answers
34 views
Target next div only with jQuery
I'm trying to make an 'accordion' effect using jQuery. I've managed to get it working only when my 'h5' is clicked all divs open when it should ONLY be the next div.
$('.accordion ...
2
votes
2answers
45 views
Horizontal accordion div goes down when reducing the window size
I am using a horizontal accordion based on this website:
http://www.marghoobsuleman.com/mywork/jcomponents/accordion-common/accordion.html
If you reduce the window size the accordion will wrap down; ...
2
votes
1answer
93 views
Dojo / Dijit Accordion - Add Expand and Collapse Arrows
Trying to figure out how to add the expand / collapse arrow images on Dojo's Accordion dijit.layout.AccordionContainer just like the dijitTitlePane / dojox.widget.TitleGroup has.
2
votes
1answer
72 views
jQuery Accordion Collapse with No Items Active
I have a jQuery accordion that by default on page load has all items collapsed. It allows a user to click on an item to open for content and click on the same item to collapse it. A user may also ...