An expandable/collapsible content pane plugin from jQuery.

learn more… | top users | synonyms

3
votes
1answer
46 views

Recommendations for a Basic Horizontal Accordion [closed]

SO, I've been working on an animated horizontal accordion with three panels, and after trying multiple plugins, I resorted to writing my own jquery accordion using .animate, which can be found here: ...
0
votes
0answers
21 views

Accordion - expand only by clicking on triangle

I want to create accordion with tabs,which expand/collapse only by clicking ui-triangle, not all ui-header. How i can do that? My code $("#accordion").accordion({ collapsible: true, ...
0
votes
1answer
21 views

jquery accordion - How to activate a panel based on active class inside the panel?

So I have a jquery accordion based off h2s and an unordered list. Inside the list, there is a list item that has an a href with active class associated with it. Is there way to get the jquery ...
0
votes
1answer
28 views

How can I create an accordion using knockout JS?

Adding the following custom binding handler seems to break the accordion, is this due to the version of knockout? ko.bindingHandlers.accordion = { init: function(element, valueAccessor) { var ...
0
votes
1answer
36 views

Jquery dialog not working from accordion with ckedior

I am using ckeditor in Jquery accordion, I have a button in every accordion after ckeditor. On that save button's click, I am checking the content of ckeditor, if value is none, then I want to show ...
1
vote
0answers
27 views

nested accordion with jQuery-ui. Children closes their parents

I am having an issue when implementing a nested accordion. When opening a child, its parent closes instantly. The solution I found was to declare a new accordion and a different header classes for ...
0
votes
1answer
69 views

Jquery Accordion Validation Not working when rendering Partial View through $.ajax call

Hi friends,I am working on MVC 4 Razor and I am stuck in a situation where Employee Personal Details form is to be filled in steps(wizard)..for which i used jquery accordion control..for every ...
0
votes
1answer
15 views

How to make jQuery accordion collapse?

Here is the code : (function($) { var allPanels = $('.accordion > dd').hide(); $('.accordion > dt > a').click(function() { allPanels.slideUp(); $(this).parent().next().slideDown(); return ...
0
votes
1answer
77 views

jquery multi level accordion

I've got simple multi level accordion plugin. It's almost perfect for me. (function(jQuery){ jQuery.fn.extend({ accordion: function() { return this.each(function() ...
0
votes
0answers
15 views

What determines the height of the dropdown div element in jQuery accordion and how can this be controlled?

On this page http://www.flatness.eu/Brief-habits.html if the user clicks on a list item a div is revealed using the jQuery accordion. However on some browsers (Safari mostly) the height of the div is ...
1
vote
0answers
28 views

jQuery UI Accordion will not reopen after close

I have a form in jQuery UI Accordion. With this code, a visitor must validate the first panel and only then the next accordion panel opens. However, if the visitor wants to go back to first panel it ...
0
votes
1answer
48 views

Simple JQuery Accordion menu: open second by default

I am using a simple jquery accordian menu. But I want the second item in the list to be open by default rather than the :first How can this be done? function initMenu() { $('#menu ul').hide(); ...
0
votes
0answers
30 views

jQuery accordion load content via Ajax

I'm trying to build a jQuery accordion to load content via Ajax. No content should be loaded until a click event occurs. Only one piece of content should be shown, but hidden if the next heading is ...
0
votes
2answers
51 views

Putting icon instead of “ + ” or “ - ” in an accordian menu.js file

I am making an accordian menu. I just found this link http://jsfiddle.net/zM5Vj/ , and it is almost similar to the accordian menu I have made. In the code, where there is if($(this).text() == "-") ...
0
votes
1answer
29 views

how to customize jquery accordion pane?

I want to include accordion pan in my webpage. I have implemented it successfully but now I am trying to give it some different kind of effect. What I want to do is that whichever accordion pane ...
0
votes
0answers
45 views

Dynamically add accordion

There is accordion. Content for tabs is loaded dynamically and can contain other accordion. I have trouble with making second accordion. $("#accordion").bind("accordionchangestart", function ...
0
votes
1answer
51 views

jQuery Accordion stopped working

after a mess with my FTP client, my Wordpress' header.php got deleted, so I need to re-code it and a former working jQuery script stopped working, but I can't find the problem. It is an accordion ...
0
votes
1answer
52 views

jQuery toggles active state

I'm implementing this toggles on my page http://www.creativusmouse.com/Hyperion/html/toggles.html and wanted to have the toggle button to remain orange when it's active. Please find bellow the CSS and ...
0
votes
1answer
40 views

How can I assign an href to be embedded within a tag?

An href's target attribute can be set to display on a separate page by assigning "_blank" to it; e.g., in my site www.DuckbilledPlatypiRUs.org, I could link to another site this way: <a ...
0
votes
1answer
52 views

Why are my inner tabs not displaying inside my accordion?

I'm trying to add some tabs within an accordion like so: <div id="accordion"> <h3>Puddy Tat</h3> <div>CONTENT FOR Puddy Tat</div> ...
0
votes
1answer
88 views

Why is my accordion not displaying as such?

I'm referencing recent jQuery and jQuery-UI css and js files: <link href="~/Content/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css" /> <link href="~/Content/Site.css" ...
0
votes
1answer
62 views

Collapsing EMenu-Jquery accordionmenu using <li> item

I have used EMenu yii extension which is jquery accordion menu wrapper but current collapse and uncollapse action trigerred when clicking on arrwow. How do i make collapse acction trigerred on li ...
0
votes
1answer
123 views

jQuery Accordion - Scroll to element with specific class on section open

I have combined a search function with a jQueryUI accordion. The search function highlights the title of every section that the inputted search term is found. I am trying to figure out a way to have ...
0
votes
2answers
189 views

jQuery Accordion HTML Arrow Flip

I have a simple jQuery accordion with arrows on the section titles that point down when the section is closed and point up when the section is open. Unfortunately, when a section is currently clicked ...
0
votes
1answer
160 views

Use jquery accordion with table columns

Can I somehow make jQuery UI Accordion compatible with a html table? I've tried everything to make columns collapsible. Right know I've done this $(".col1, .col2").addClass("hidden"); ...
0
votes
0answers
71 views

Slickgrid date column not loading when grid is inside a jQuery Accordion

I have several slickgrids inside jQuery UI accordions on a page. However, if I define one of the columns to be a date editor column, the grid won't load any columns including and beyond that column. ...
2
votes
1answer
106 views

jQuery UI accordion and box-sizing: border-box

I'm just playing around with jQueryUI for the first time and am very excited for what I can do with it. However, I seem to have run into problems quite quickly since I am using box-sizing: border-box ...
0
votes
1answer
74 views

Twitter Bootstrap's accordion and multiple children

How to expand/show multiple children? Currently Service2 is not shown. <div class="accordion" id="accordion1"> <div class="accordion-group"> <div class="accordion-heading"> ...
0
votes
2answers
93 views

automatically check boxes in jquery accordion

I am using a jquery accordion with a 1 check box in the header section tag. Within the content area related to the header I have several elements that also contain check boxes. If the check box is ...
0
votes
1answer
60 views

jQuery Heading text direction - firefox

I have a heading in a jquery accordion which I have rotated to 'vertical' in my css. This is working in Chrome, but not in Firefox or Internet Explorer? I have tried adding '!important' but it still ...
1
vote
2answers
64 views

Accordion with jQuery

I am trying to implement an accordion with jQuery, however I am having a problem. When I press the button it is supposed to slideToggle the info but instead it is just sliding in and out. I don't ...
0
votes
1answer
104 views

jQuery sortable not working

I have a jquery accordion with selectable lists inside. When the user clicks an item, it appears in their selected items list, which is sortable. There are a number of columns that appear in their ...
0
votes
0answers
58 views

jQuery Accordion Doesnt Stay Open When Clicked on iPhone or Jelly Bean 4.1.2

Good day to all. If you click questions on this FAQ page when viewed on iPhone or Mobile that uses Jelly Bean 4.1.2, it doesnt stay open. It just briefly opens and quickly closes automatically. What ...
1
vote
0answers
2k views

jQuery vertical accordion menu with toggle button and text link

I have a standard vertical jquery accordion menu set up in a sidebar and it works fine. When you click on a link that contains a submenu, it expands and shows the submenu. What I want to do is have ...
0
votes
1answer
186 views

Keep jQuery UI Accordion content active based on navigation decisions

I have a navigational menu that uses the jQuery UI accordion. I have a script that says apply class style active to the li a. $(".secondaryMenu a").each(function() { if ...
0
votes
1answer
328 views

JQuery, Accordion & multiple menus

I am using combination of the Wayfinder and Accordion menu to drive behaviour of the left column menu. This menu has two levels, i.e.: <ul class="accordion">: Menu 1 Sub-menu 1.1 ...
-1
votes
2answers
92 views

Accordion - open a tab on load

The below code opens the first tab on load. var accordion_head = $('.accordion > li > a'), accordion_body = $('.accordion li > .sub-menu'); // Open the first tab on load ...
0
votes
0answers
85 views

Activating jquery accordion panel from link within accordion

I've got a jQuery accordion set up on my page, with the 'navigation' option set to true, so that I can create an external link to mypage#accordion-panel-3 (for example) and have the correct panel open ...
0
votes
1answer
41 views

Sortable Accordion not working after dragging

I have a sortable accordion, which works fine. I basically use this example http://jsfiddle.net/qN7b8/5/. However, - as in the jsfiddle - after one panel has been dragged and dropped again, I need to ...
1
vote
0answers
86 views

How to get my JQuery Accordion to work?

Links JQuery Accordion on JSFiddle My JSFiddle Accordion Attempt I have found a basic, JQuery Accordion on JSFiddle, of which you can see in the 'Links' section of this question. You can also see ...
0
votes
0answers
197 views

Jquery UI Accordion won't collapse when created dynamically with web database

This accordion works fine when it's on the page by itself, but when I dynamically populate the individual title/content pairs via a web database, the title and content are uncollapsed. Is there a ...
-3
votes
1answer
35 views

jQuery Accordian padding in content area

Using jQuery version 1.10.2 accordian I am using the sample from the website as my template - but the content area within the panels has such a large space on all four sides of the inner panel.... ...
-1
votes
1answer
70 views

Spacer between panels in jQuery Accordion

I have a small requirement that has eluded me... Using jQuery Accordion (version 1.10.2) Is there a way to put a spacer between the sections of the accordion? Basically what the owner wants is the ...
0
votes
2answers
76 views

jQuery autoheight for UL

I am using the jQuery Accordion with nested UL/LI items for my menu (as opposed to divs). I want each panel to only be as big as it needs to be (not to be as big as the largest panel). I have tried ...
-1
votes
1answer
230 views

Jquery Accordion Form Wrap

My Jquery accordion form works perfectly unless i pull the tag around the whole box. The idea was to separate the forms because there will be a lot of information to collect. ...
0
votes
1answer
38 views

I want to make a accordion, and I want it to function like a site I found

It has to be able to run in Wordpress, and it also has to be able to house as many "sections" as I wish. It also has to be able to have multiple instances of the accordion with different information ...
0
votes
0answers
232 views

jQuery + Magento : Product page accordion

Magento 1.7.0.2 + jQuery 1.7.1 I am developing a Magento template and have come up against a nagging problem. If you're familiar with Magento you'll know the product pages have tabs, I have ...
0
votes
0answers
112 views

How to show an bootstrap accordion selection on page load?

I am using Twitter Bootstrap's accordion effect. I'd like to open an accordion selection on page load. I'm considering that something like an HTML anchor. Any ideas?
0
votes
1answer
173 views

Tabs in Accordion to left and content to right

Im using jquery Accordion, i want to align the hearders in the left like a list so that when the user clicks on the header the content should populate in the right. I couldnt achieve this using the ...
1
vote
1answer
118 views

Using jquery accordion tabs on my page will affect the SEO?

I've put all the contents of the pages in jquery accordion tabs, i mean like "ABC information", "ABC procedure" and "ABC video", so by default only one tab will be open when the page's open and the ...

1 2 3 4 5 9