Questions tagged [jquery-mobile-collapsible]
124 questions
7
votes
1 answer
Scroll position of a jquerymobile collapsible set when expanded
I am using a jQueryMobile (v1.4.0) collapsible set / accordions to display a list of elements and its content as shown in this jsFiddle.
…

Timothée Bourguignon
- 2,190
- 3
- 23
- 39
5
votes
1 answer
Comparing objects between 2 nested arrays in Angularjs and display respective matching data
I'm having two arrays : first one is empdata holding empid and events attended by that employee, then second array is holding event details.
I need to compare empid from array with user input and display particular event details attended by…

Shasha
- 669
- 1
- 8
- 26
4
votes
4 answers
jQuery mobile cannot refresh the collapsibleset
I am creating an application using jQuery mobile and loading its menu and pages form wordpress throw jsonp.
I am loding its menu in the form of collapsibleset and listview but i keep on getting errors.
when I try to refresh the collapsibleset by…

Abhimanue Tamang
- 580
- 2
- 9
- 20
3
votes
2 answers
jquery mobile and angular.js -> collapsible doesn't seem to work
My team is trying to do a mobile application with both jquery mobile and angular.js. It seems that they can be a little tricky.
We are trying to build a dynamic accordion with jquery mobile but with ng-repeat directive by angular js:

Marisa Martins
- 33
- 3
3
votes
1 answer
JQuery Mobile: Dynamically collapsible doesn't work
I have a collapsible list, that i change dynamically with some Toggle Switches. The problem that i have is, when the toggle switch is ON and i have to append that collapsible element, is doesn't work good and the element is inserted not as a…

Alexis Polak
- 99
- 3
- 11
3
votes
1 answer
jQuery Mobile Accordion not expanding (KnockoutJS)
I'm using jQuery Mobile and KnockoutJS and can't get the Accordion widget to work. You can find an example of what I'm trying to do here: http://jsfiddle.net/NYTQC/1/. The accordion panels does not expand when clicked. Can anyone explain what I…

Adhooo
- 91
- 5
3
votes
3 answers
JQuery Mobile event on Page Load
i'm using this code to animate a collapsible content in a html5+jquryMobile app...i add it to my head:
$(document).on('expand', '.ui-collapsible', function() {
$(this).children().next().hide();
…

Loralon
- 191
- 2
- 16
2
votes
1 answer
JqueryMobile collapsibleset with table column toggle error in multipage
I am building a jquery mobile website and came across this error. I am using JqueryMobile 1.4.2 and multipage. One of the pages has a Collapsibleset and inside each collapsible I have a table containing the column toggle feature.
Everything works…

Guido
- 387
- 2
- 13
2
votes
2 answers
Automatically open filtered collapsible set items - Jquery mobile
I've created a a simple page which has a jquery data-filter applied to collapsible set items (please see jsfiddle and code below). The collapsible set items are closed initially.
I want to be able to enter a word into the filter box and have the…

Mike
- 33
- 4
2
votes
1 answer
Page background image moves and stretch with collapsible set in jQuery mobile 1.4.0
I have a Collapsible set in my jQuery mobile app , the problem is that when I added a background image for the Page as I expand , close the collapsible the background image is stretch and moves with collapsibles , When i removed these lines from…

user
- 621
- 15
- 46
2
votes
1 answer
Jquery Mobile Collapsible List with data-enhanced="true"
I needed a collapsible element with a split buttons in my page. So I found the solution from "frequent" (Add link within collapsible content header (split- link) - css missing and http://jsfiddle.net/XqAvB/2/), which is very good.
Now I've improved…

Cat Turbo
- 25
- 1
- 7
2
votes
1 answer
Jquery Mobile collapsible fails after empty()?
I have a collapsible generated dynamically, but after an calling .empty() and generate another collapsible dynamically it won't be visible as a collapsible. All I want is that the collapsible generates correctly after the .empty() event.
Making the…

falgranado
- 97
- 1
- 11
2
votes
1 answer
Create listview inside collapsible/divider dynamically
I am trying to develope an application, and I'm using jQuery mobile for the UI. Does anybody know how to add a listview in a collapsible (as category) dynamically using JavaScript?
HTML:

user3053005
- 23
- 4
2
votes
1 answer
How do I restrict a collapsible item to stay expanded unless i click the other collapsible items to expand but not the collapsible item itself
I am working on a mobile website and using jquerymobile.
I have 4 collapsible items in an accordion. I want to have one of the items to stay expanded. If i click the expanded item, it is collapsed (i do not want to collapse this item).
If i click…

naki
- 77
- 2
- 10
2
votes
3 answers
How I can I delay the expansion of a collapsible until its content is fetched?
I want to integrate a collapsible in my jQM app (1.3.2) that works as follows:
It starts collapsed.
On click it starts to fetch listitems for the collapsible from the server. The collapsible stays closed, a load icon may be spinning.
After all…

mwil.me
- 1,134
- 1
- 19
- 33