Questions tagged [jquery-mobile-collapsible]
124 questions
1
vote
1 answer
Collapse part of items in a list
I'd like to create a list of webradio stations using JQuery Mobile. Parts of the list (like the stations name and the genre tags) should be permanently visible, while other parts (like the url or comments) should be collapsed and only get…

speendo
- 13,045
- 22
- 71
- 107
1
vote
2 answers
jquery validate collapsible expand on next error message
I have a form that has six collapsible divs the first div is set to expand when the page loads. When the form is submitted the validation takes place. Can I make the collapsed div expand where there are fields that get the validation label error…

rsvore
- 11
- 2
1
vote
1 answer
jquery Mobile Table Width inside a collapsable Set
I have problems with the content width inside a collapsible list in jQuery mobile. I am not able to scale a table to 100% of the collapsible-inner-content element..
You can see a example here:
http://jsfiddle.net/2nmeh/1/
I tried to update the…

user2456008
- 11
- 3
1
vote
1 answer
How to put a non-inset list inside a grid
I need to put a collapsible listview into a responsive grid, but I need the the collapsible and the listview to be inset=false, so it takes the full width of the iphone size.
But the inset function doesn't seem to be compatible with the grid...
Here…

Matthieu
- 563
- 1
- 7
- 25
1
vote
1 answer
Creating a list with an accordion-style list item with jQuery mobile
I am working on a jQuery mobile site, that will be converted into an Android app with PhoneGap.
I have a list of cars, under a collapsible heading. I might have other lists, of vehicles such as boats or planes.
What I want to be able to achieve is…

Wayneio
- 3,466
- 7
- 42
- 73
0
votes
1 answer
Expand only one mobile nav option at a time
I have a Shopify mobile nav that currently expands all options at once. They must manually be collapsed, which creates an annoying user experience on mobile.
I am looking for any advice on modifying it so only one option expands at a time…

ReneBunny
- 13
- 3
0
votes
1 answer
How can I have the second content area display varying information as per the links in the first column?
I would like column 2 to display a description of each button from column 1.
The user is to be able to click on any of the buttons from column 1 and column 2 is to populate with content.
I have spent very long working with iFrames and collapsibles…

HAWK3R
- 1
0
votes
2 answers
Can't remove blue glow from jQuery mobile collapsible
Am having a lot of trouble making it so that a jQuery mobile collapsible does not display the blue glow box shadow when clicked. Given some HTML such as:
Supercategory A

Gabriel
- 587
- 5
- 17
0
votes
2 answers
After opening a jquery-mobile popup and scrolling, clicking anywhere jumps me to the top of the page
I've developed a popup Menu which contains a couple of collapsibles and hyperlinks using jQueryMobile.
The problem is, when the popup is clicked and the menu is displayed, after having scrolled down, clicking on the page will bring me to the top of…

Marc
- 1
- 1
0
votes
1 answer
Tabs don't initialize inside collapsible body in materialize
The indicator line is not showing up on the active tab on page load.

ashwini
- 355
- 3
- 9
0
votes
0 answers
Jquery html() function doesnt copy collapsibleset correctly?
I have two pages in jquery. When I clicked page two, I want to copy content of pageone to pagetwo. Because I have three pages in another project. I simulated here easily to show my problem. Back to problem, it copies content with id "pageone" but…

hkaraoglu
- 1,345
- 1
- 15
- 34
0
votes
1 answer
Open a jQuery Mobile Collapsible Set
In jQuery Mobile, I have a collapsible set:

GTS Joe
- 3,612
- 12
- 52
- 94
0
votes
1 answer
Jquery Prevent Collapsible Set from firing
I have a radio button and a few collapsible sets on my page and here is what I want to do:
1) When expanding/collapsing up a single accordion, I want the value of the radio button to be unselected (this seems to be working fine)
2) When changing the…

Moxie C
- 442
- 1
- 15
- 32
0
votes
1 answer
allow click event inside collapsable heading
I am trying to integrate 'collapsible-set' with a radio group.
I would like the 'expand/collapse' behaviour to be triggered by clicking the '+/-' icon, and the radio selection to be triggered by clicking the label/input.
So far, I…

pstanton
- 35,033
- 24
- 126
- 168
0
votes
1 answer
How to add data-role="collapsible" in a div container
How can I add data-role="collapsible" in every div container with class "make_me_collapsible"?
Header
Content....

S. Braun
- 15
- 7