accordion

Sorting jQuery Interactions of Multiple Instances, Each With Unique IDs

Hello. 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 interaction with the accordion functionality (expanding one of the panels while collapsing all others, or using the expand/collapse all ...

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 the datagrid. If I drag the datagrids sides to resize it, the accordion item resizes correctly. I can't seem to do this automatically thr...

jquery colorbox plugin in asp.net 4.0 accordion header

I have a simple database bound accordion control that works well. I also have other colorbox modal triggers on the page that work. However, when I include a modal trigger in the accordion header, the link redirects the page rather than trigger the modal box. How can I get the modal to trigger properly? <link href="colorbox.css" rel=...

On page reload, open to a specific accordion panel

From an accordion panel, I post some data and then reload the page. I'd like on the reload for the current panel to be open and focused on the screen rather than re-opening the first panel and moving me back to the top of the screen. I know which panel I want open, so I don't need code to figure out the panel, just how to display it. ...

rails jQuery Accordion

How do you set up jQuery to work with rails. I specifically want to use the accordion feature. I have used this before with PHP but i cannot work out where everything needs to go in a rails application. I have imported jQuery into the javascript folder and included it in the application. My HTML is laid out correctly, but i don't under...

Jquery Accordion Expand All Collapse All (Solved!)

I was looking for a way to include an "expand all" and "collapse all". I've updated the demo with the new code using a simple jquery accordion. The original code should be credited to Ryan Stemkoski at http://www.stemkoski.com/stupid-simple-jquery-accordion-menu/ Demo: http://jsbin.com/ucalu3/5/ $(document).ready(function() { $('.q...

Advice on creating a MVC Helper for the jquery UI accordian

I want to create a mvc helper method for the jquery UI accordian widget. Any advice on how I should design it for re-usability? ...

Help with JQuery accordion?

Hi everybody, I'm having a little trouble putting a JQuery accordion into a site. I feel like I'm doing everything right, but it is not working properly. I have put the site up, with some simple Lorem Ipsum text in the accordion. If anyone can help, it would be greatly appreciated. Here is the link: http://www.catanesedesign.com/tes...

WPF MVVM accordion displaying problem

Hi I am writting an application using WPF MVVM and I added an accordion menu and inside the accordion I want to display a list of application. so basically my accordion menu would have categories as a header and the items inside the accordion would be my application. so we would have something like this categorie 1 -->application 1 -...

jQuery UI Accordion Disobeys Height

This should be any easy one for you. I have an accordion that I'd like to be a fixed height. Each pane should be the same size, if there is any overflow on a pane a scroll bar should appear. In the code below the scroll bars appear on load for the first pane, but after the first pane change, the accordion expands it's height, so scrol...

problem using jquery ui accordion in drupal

Hello, I am trying to use the jquery-ui accordion functionality on a drupal page. I have teams with multiple people in each team that I want to display. I have a view set up that groups by team, and has contact info for each team member. My accordion doesn't seem to be working. I used <?php jquery_ui_add('ui.accordion'); ?> to import...

jquery accordion performance

Does anyone know how many elements a jQuery accordion can handle before performance becomes a problem? I have a nested accordion structure with ten items at the root level, and then a handful of nested items within each root item down to a nesting level of three or four. Performance is unusable. It isn't great even with two levels. A...

Accordian not working with all my data..

I am using this according plugin link text the 3rd one down...3: Non-accordion (standard expandable menu) and each li looks like this <li> <a href="#">Burswood Dome - Burswood Wa, Australia</a> 2010-10-04 <ul class="acitem"> <br><input id="yes_song1" name="yes" type="radio" value="song[1]" /> ...

jQuery accordion -- is not collapsing completely

Hello, I am using jQuery accordion. All works normally, until i try to include table-like display in one of the LI section then those additional "section" would never collapse, although the rest (including one inside the same li) would be collapsed. Any idea? ...

jQuery: Scrolling accordion effect

Hi, I'm trying to reproduce an accordion effect when scrolling up and down shown on Apples website here: http://store.apple.com/us/compare/mac?mco=MTg4Mjg5Nzk&amp;page=imac (click "Compare" on any mac then start scrolling down) This is what I have so far: http://jsfiddle.net/mackry/3KZky/15/ It's very complicated and a mess to look at....

An Ajax accordion pattern in MVC

Hi, I am wandering what pattern to use for an area in my website that has several sub headings, which corresponding models. Say this is several parts of user data, which I have in several tables - like the ASP membership user table, a table with additional user information, and a table which may have several items to show for each user...

JQuery Accordion

Hey everybody. I'm having a little problem for some reason with a jquery accordion on my site. You can see my source here: http://www.newmusictheatre.org/events.html . Please help, the site has just gone live. Thanks, Ryan ...

catch SelectedIndexChanged event of Accordion control in ASP.NET AjaxToolkit

I have an Accordion control that is populated dynamically. I want to catch the event raised when a new pane is clicked on to open. I don't see the event at all in intelli-sense and when I code it by hand anyways I get errors. Is there any way to catch this event? The goal is to let a control in the masterpage that is holding the Accord...

Conflict by combining jQuery Accordion with GallerificPlus

Hi All I'm trying to combine the official jQuery accordion plugin with another JQ plugin called 'GallerificPlus' (Gallerific & Lightbox in 1). Unfortunately it doesn't work for me. The GallerificPlus is the one that doesn't work, the accordion works fine. Firebug reports no errors, so this could be anything. It's really frustrating. ...

jQuery toggling nested list behaviour

Hi, I have a number of nested lists and some jQuery that shows hides them when a parent header is clicked. IT works fine but the behaviour is slightly wrong. If a nested list is visible and the parent header is clicked i would like that nested list to be hidden. At the moment it does this but then shows the nested list directly after...