accordion

C# Accordion Control Height problems when trying to load page with all panels collapsed

The .NET AJAX Control Toolkit's accordion control is killing me right now. I have an accordion control, with four hard coded panes, nothing dynamic here. The panes just have 'stubbed in' HTML for now. I want the accordion to load with ALL panes collapsed. So much searching found that setting the SelectedIndex property to "-1" AND settin...

Jquery/JS hidden elements dimention/position - with accordion and AJAX :(

HTML <div id='accordion'> <h5>Header 1</h5> <ul> <li>section 1 content visible</li> <li> <div id=showhide> <textarea id=usertext> user entered text here,scalable </textarea> </div> </li> </ul> <h5>Header 2</h5> ...

jQuery accordion automated panels - how to prevent page scroll?

Not sure I'm really using the accordion widget as it's meant to be used but I've automated the showing of the panels so that site viewers can see each panel without clicking. Problem is if the user scrolls down while the accordion is cycling, the page jumps back up to the next opening panel. I've tried all sorts of return falses and tri...

jQuery Accordion - will it scroll to the top of the open item?

With the jQuery accordion control, how can I have it scroll to an item I've selected when it is off the screen? When: I have an accordion item with contents larger than the viewable window I scroll down to the second accordion item I click the second accordion item to display it The first accordion option collapses, and the second ope...

Permission denied - opening Vimeo inside jquery Horizontal Accordion

i'm trying to build a website using a jquery horizontal accordion following this handy tutorial http://www.marghoobsuleman.com/jQuery-common-accordion here's the site i've built (new user so only one hyperlink, sorry) at www.adjustyour.tv/201008 now, each time i click on a header to open another video tab, firefox is giving me the fol...

ExtJS accordion setActiveItem

Hello. I am developing an application using ExtJS. I have an accordion and I need to select an active item(so it expands). Accordion.setActiveItem outputs: "setActiveItem" is not a function in a browser's error window. Second issue is that hideCollapseTool property, when set to true in the initialisation, doesn't do anything. Collapse ...

Ajax Accordion - Multiple controls with the same ID '_content' were found

Hi I'm dynamically adding accordion panes to an Accordion Control. When I add a single pane, no problem but trying to add 2nd pane I get the exception: *Multiple controls with the same ID '_content' were found* I've tried assigning unique Ids to the panes as follows but not joy. Can anyone please help? Thanks Rob. if (User.IsInRole(...

Tables breaking jQuery UI Accordion

Why is that in IE 7/8 HTML tables break the jQuery UI accordion? I'm using a vanilla accordion with a couple of standard properties. It works great in Fire Fox and Chrome. Leaving jQuery's demo content is fine in IE 7/8, but as soon as you attempt to add a table and breaks. Here is the example. ...

How to persist a jquery sortable tabs and accordion order using cookies?

Hi I've got some jQuery sortable tabs and accordions which I want them to be in the same order whenever the user fetches that page. I was thinking about using cookies to do this. How can I do this? Thanks in advance. ...

iPhone optimized code to do accordion style(expansion/collapse) ??

Hi, Could someone share me some good idea of doing an accordion style(one which can expand and collapse on touchesEnded or some button) of display for text ?? I already have done in some manner...but lookin forward for a better version..would be nice if it could be animated too... ...

Why does Firebug error report say: jQuery("#accordion").accordion is not a function?

Hello, I am developing a web app using the Joomla Framework. The jQuery UI accordion function is not working for me. The error reported by Firebug is that .accordion is not a function. I have read a lot of pages addressing various similar errors but have not found a solution. Here is what I have in the template for my component's v...

accordion faq in wordpress

Hello! I would like to make a simple collapsible faq in wordpress. There are accordion menu plugins out there that offer way more features than I need. But I'm having trouble getting things to look right with the Simple Content Reveal plugin. I'm ready to try writing my own jquery code for the first time. I will need step by step in...

DropDownList not autosized properly within Jquery UI Accordion

My dropdownlist width is smaller than the longest text in the SelectList. When I click the dropdown, it resizes to fit properly. If I remove the .accordion from the div, the dropdowns all size correctly when the page loads. How can I get it to size properly? This is how I set the accordion. $("#acc").accordion({ ...

Skip section of accordion if select option equals certain option

Hi I have been working on quite a complex accordion/form recently and have a select dropdown box on one step, i want it to skip to the last section (7) if the user has chosen the option yes with the select box. i tried to use the code below but it didn't seem to work, it just replaced the accordion with empty white space like it couldn...

Scriptaculous accordion from stickman not working

hi, I'm trying to get stickman's Scriptaculous Accordion control to work within my page, with no luck for quite a while now. I can see the headings for each accordion element but the content is invisible. The problem seems to be that the font-size style property stays at 0 for all accordion_content elements. My HTML page is below: <!DO...

WPF Accordion VerticalAlignment bug

Hi all, Using the Accordion control from the latest WPF toolkit i came across this issue. When an accordion control has its VerticalAlignment set to 'Stretch' the AccordionItems contained within it will no longer expand if the SelectionMode is set to 'One'. If the selection mode is set to 'ZeroOrOne' you get expansion after several attem...

Partial Accordion with preview text

I need to develop a way to show and hide text sort of like an accordion but able to still have a preview of it available like: Preview Version: I am an instruction that will help guide you.... Full Version I am an instruction that will help guide you on your way towards happiness. ...

Jquery UI Accordion - Cancel Change

Hi All, I have been wrestling with this one for a while now. I want to have a confirm() before someone changes the accordion. I have tried: $(document).ready(function() { var edited = false; $(".accordion-me").accordion({ autoHeight: false, navigation: true, changestart: function(event, ui) { ...

jQuery UI Accordion - reactivate default active element on mouseout

I'm using an accordion for navigation and I need each element to become active on mouseover, but on mouseout the initial active element should expand, instead of the last hovered one. This is what I'm trying: <div id="accordion"> <h3 id="item-1">Item 1</h3> <div id="item-1-content">Item 1 content</div> <h3 id="item-2">Item ...

Make Uploadify work in a jquery accordion header when wmode=transparent

Hi, I have a jquery accordion, and I want to insert uploadify inside the accordion header. Putting it there worked fine, but when I set the uploadify swf wmode to transparent, it does not work well: -in Chrome clicking the upload swf does nothing -in Firefox it does open the upload window, but also closes/opens the accordion -in Interne...