jquery-ui-accordion Questions

14

I'm not getting how to do this, or if I can do this. I have a jQuery UI Accordion, multiple sections with each section containing multiple anchor tags each with a unique string id. I'd like to be ...
Livelong asked 14/12, 2009 at 6:47

5

Solved

For some reason the jQuery UI Accordion does not work. I keep getting this error: TypeError: $(...).accordion is not a function What am i doing wrong? Based on other answers on this site on si...
Cream asked 15/2, 2013 at 15:36

3

Solved

I have a good ol' vanilla jQuery UI accordion going. My client asked if the text on the accordion tab (header) could change color when its been read (visited). Although I can apply the pseudo-class...
Beget asked 23/7, 2013 at 19:34

12

Solved

I'm using the jQuery UI Accordion (which does not allow more than one item open at a time) on a project. Using accordion is appropriate since I usually do only want one panel open at a time. Howev...
Beatify asked 11/10, 2012 at 15:40

2

Solved

I have created FAQ page using bootstrap 3. I want to expand/un-collapse the specific panel of question via URL. URL is like http://dailymotionfile.com/faqs#faq1 I have tried the solution provided...
Restrained asked 1/8, 2015 at 13:33

8

Solved

Accordion have to collapse on checked checkbox. And must be hidden when it's uncheked. Here is code : http://jsfiddle.net/UwL5L/2/ Why it doesn't checks? <div class="panel-group driving-lic...

1

Solved

I want to know whether there exists a method that I could add a new section using jQuery UI This is what I do so far without any error, but the accordion don't work since I add a new one $( f...

7

Solved

How can I make the jquery UI accordion start collapsed when the form loads. Is there any javascript code for this?
Drover asked 30/10, 2011 at 21:1

5

Solved

I want to enable and disable or better to add and remove jQuery accordion on my menu conditionally, is it possible to add or remove this on screen rotate or screen-size change ? I tried it but It d...
Drudge asked 1/12, 2016 at 5:9

6

$("#accordion").accordion({ change: function (event, ui) { alert('event have to be changed') }, changestart: function (event, ui) { return false; } }); Is it possible to cancel the change e...

3

Solved

I am new to Jquery but have written a simple vertical accordion. It seems to to the job I require, but at the end of the slide down there is a visible jerk. If anyone could look at it and suggest ...
Mural asked 7/12, 2010 at 10:34

1

Solved

I was trying to work with the jquery accordion. I'm using the jsfiddle which is in this question : jQuery UI Accordion Expand/Collapse All <!DOCTYPE html> <html> <head> <meta...
Caressive asked 28/5, 2015 at 7:4

3

Solved

I want to customize the icons for the accordion. I found the page here http://jqueryui.com/accordion/#custom-icons But it seems to give a name of something there for the header and activeHeader. H...
Mistress asked 23/7, 2013 at 17:15

4

Solved

I thought when you clicked refresh, that the browser was supposed to reset your page to the top? I am using a js accordion and when I refresh, it closes the accordion but does not reposition the pa...
Partitive asked 14/7, 2012 at 18:59

3

Solved

I am using jQuery accordion to split my forms into several panels and jQuery validation to check the required fields. It works great to show errors in validated fields as long as they are in the op...
Okeechobee asked 14/7, 2012 at 0:9

3

I see in jQuery UI accordian you can use the space bar to toggle active headers. How can one disable this? I don't want the user to use keyboard to interact with the accordion.
Garnish asked 1/4, 2011 at 9:57

6

Solved

Got a slight problem trying to have jquery UI and knockout js to cohoperate. Basically I want to create an accordion with items being added from knockout through a foreach (or template). The basic...
Sylphid asked 27/1, 2012 at 16:6

4

I'm searching for a jQuery accordion like the one that can be found on the avg website with no luck, so I'm hoping someone here can point me into the right direction. To source code or an example. ...
Brumaire asked 11/10, 2013 at 18:17

4

Solved

I'm attempting to create an accordion where I can expand/collapse all sections with a single click. I also need the ability for the user to open and close the sections having 0-n sections open at a...
Systematics asked 1/2, 2011 at 21:46

5

Solved

I have simple accordion. Here is my HTML code. <div id="accordion"> <div> <h3 id="a1"><a href="#">First</a></h3> <div>Lorem ipsum dolor sit amet. Lore...
Infantine asked 7/7, 2012 at 18:57

2

Solved

How do you remove an item from a jQuery Accordion? I am trying to give the user the ability to delete an item from a database, displayed in an accordion, and have that item fade out after. I tried ...
Dupin asked 6/3, 2011 at 19:18

3

Solved

Using the example from jQuery UI, I tried dynamically adding a section to the accordion (based on this), but I can't get the accordion to resize properly. The new section overflows the accordion co...
Crosscurrent asked 3/5, 2011 at 15:24

3

Several questions here on SO reference this open jQuery UI feature request for the ability to dynamically add/remove panels from the Accordion widget. The ticket itself is marked (closed feature: f...
Sauter asked 13/12, 2012 at 20:44

1

Solved

I'm using jquery ui accordion. $(function() { $( "#accordion" ).accordion({ collapsible:true, active : 'none', autoHeight: false, navigation: true }); }); and using CSS #accordion { wi...
Gavelkind asked 9/12, 2013 at 3:35

1

Solved

In Twitter Bootstrap, I am trying to create a button dropdown with an accordion inside it. the purpose is to present a long list of items in a concise form (i.e. avoid long scroll-downs by the us...

© 2022 - 2024 — McMap. All rights reserved.