Questions tagged [jquery-mobile-collapsible]
124 questions
0
votes
1 answer
Reset jquery listview collapsible content after initiate filter
I have a listview with collapsible content. The filter automatically expand the collapsible content. This is done through javascript.
After I reset the search filter, all items list remain expanded. How can I reset to initial state (collapsed)?
Here…

Apopei Andrei Ionut
- 451
- 7
- 25
0
votes
2 answers
jQuery Mobile, remove space in collapsible with listview
When I click on the top left button and click hardware, the space between each li is to much. I would like it to be 0. How can I do that?
I have tried varoius solutions, but nothing works.
Here is my jsfiddle
I have tried some custom css:
…

Subvenio
- 3
- 4
0
votes
1 answer
Losing styling on dynamic jquery mobile panel's collapsible div
I'm opening a new page by clicking on a list item that appends data to a collapsible div inside an external panel. The first I open it, the styling stays on the collapsible div but if I go back and try to open another item, the styling is gone but…

jjschmiel
- 3
- 2
0
votes
1 answer
jQuery Mobile - Including not collapsible elements in collapsible set
In my list some elements have sub-items and some not. These, that don't have have sub-items should work as buttons/links.
Unfortunately including an item like in my collapsibleset
Daniel
- 1,364
- 1
- 11
- 18

Daniel
- 1,364
- 1
- 11
- 18
0
votes
1 answer
Jquery data-role collapsible events aren't being captured in Jquery Mobile
Could anybody please let me know why the following code isn't working when i am using with Jquery mobile JS
http://jsfiddle.net/znz17ctm/7/
This is my code

Pawan
- 31,545
- 102
- 256
- 434
0
votes
1 answer
jQuery Mobile collapsible heading with clickable overlay
I am trying to overlay a button on the right side on top of a jQuery Mobile Collapsible heading but can not get the click event to trigger. When I click on the div, only the click event of the collapsible header is triggered. If I overlay the same…

Jonas Björk
- 1
- 1
0
votes
2 answers
Jquery mobile tabs and collapsible
How you can use a Collapsible set with tabs in Jquery Mobile ?
On the left of my page I want a Collapsible set acting as a menu. Some items will have children and some not.
I want the items without children to change the tab directly but the items…

Glenn Pierce
- 720
- 1
- 6
- 18
0
votes
1 answer
when i change jquerymobile panel width after clicking close button it closes panel with a non desired effect
I wanted to change the width of .ui-panel for my mobile interface so i did a change inside my media query like this (in css)
.ui-panel{width: 310px !important}
But now when i close it. It shows a hitch when it reach to the point where it ends for…

Lonare
- 3,581
- 1
- 41
- 45
0
votes
1 answer
jqm change position of collapsible
I just want to change the position of collapsible col2 before collapsiblecol1. Finally the order should be: 1.col2 2.col1 3.col3

BobTale
- 38
- 4
0
votes
1 answer
JQueryMobile How to make non-collapsibleset collapsibles look like they do when they're in a collapsibleset
Simple question, really. I like, and want the look of collapsibles when they're in a collapsibleset (first two collapsibles in example below) when they're not in a collapsibleset (last two collapsibles). The reason I can't just use a…

seaders
- 3,878
- 3
- 40
- 64
0
votes
1 answer
How to smoothen Collapsible_set in Jquery Mobile
I created a Collapsible set using jQuery mobile . It is working fine but it is not smooth like Accordion in Jquery UI.
When i tap on header it expands with a jerk.
Is there any way to make it smooth?

Sundeep Saluja
- 1,089
- 2
- 14
- 36
0
votes
0 answers
Uncaught ReferenceError MutationObserver is not defined
I am working on a page that is using JQuery mobile expandable list and Knockout.js combination. I have written mechanism that allows to build ViewModel tree structure and bind it to expandable list. Since some of the treenodes could be large I have…

Matas Vaitkevicius
- 58,075
- 31
- 238
- 265
0
votes
1 answer
Get the width of a collapsible element - JQuery Mobile
I am trying to get the width of a collapsible element created by JQuery Mobile.
Here is the code for the element:

Ash
- 25
- 1
- 5
0
votes
1 answer
Link in jQuery mobile collapsible not renderd as button only link is showing up
My html

vbd
- 3,437
- 4
- 32
- 45
0
votes
0 answers
Solving multiple binding issue in jquery mobile collapsible set when we re-open collapsible items
I am constructing a tree structure using jQuery mobile collapsible-set and binding data at different level of the tree on collapse expand event.
Data binding is working perfectly fine, but when user re-opens the tree, again binding happens and…

user1855588
- 77
- 1
- 11