Questions tagged [jquery-mobile-collapsible]
124 questions
2
votes
2 answers
Collapse handler firing multiple times, for dynamically generated jQuery Mobile Collapsable List
I am trying to dynamically populate and set collapse/expand handlers for a collapsible list in jQuery Mobile. The expand handler is working as expected but the collapse handler triggers once for every item on the list when an element is…

Ben Pearce
- 6,884
- 18
- 70
- 127
1
vote
1 answer
Toggle classes with this as an event handler in jQuery
I want to toggle the content class independently when I click the collapsible class button associated with it. I read briefly on using this in event handlers. The way I've used it so far, I end up toggling the collapsible class (i.e the button)…

Bryan Somto
- 101
- 6
1
vote
1 answer
How to add an action a JQuery mobile Collapsible header?
In my Collapsible header I am trying to append an extra anchor tag which is pushed away from the header because this is not supported for JQuery mobile headers. Is there a way to add an extra link/action to the heading of a Collapsible in a neath…

Klyner
- 3,983
- 4
- 26
- 50
1
vote
3 answers
How to remove dynamically added collapsible in JQM
I am building a UI with the reference of Jquery Mobile but stuck in a idea how to remove a dynamically added collapsible in the example given in Jquery Mobile Demos.
http://demos.jquerymobile.com/1.4.5/collapsible-dynamic/
I have generated an…

SaurabhLP
- 3,619
- 9
- 40
- 70
1
vote
0 answers
PHP/ jQuery Mobile Functionality/ Style not showing
I am trying to create a collapsible div (using the jQuery Mobile feature) using the data from a MYSQL database. The collapsible styles are not being applied and i cant figure out what the problem is?
possible the php script?
here's what i…

oldbie
- 59
- 5
1
vote
1 answer
Click() event is called twice inside Jquery Mobile collapsible
Background: I'm loading some resources via ajax, using promisses with $.when.apply, doing other requisitions when the previous are done. I'm dynamically loading some jQuery Mobile Collapsibles and some content inside them.
When I click in a…

Lioo
- 375
- 6
- 20
1
vote
1 answer
jquery mobile collapsible animation not working
I am currently struggling with a collapsible set in Jquery Mobile. I want it animated when opening/closing as well as to slide up to the top of the screen when opened. It was working earlier in the project, but somehow stopped working down the…

shvoldum
- 11
- 2
1
vote
0 answers
Jquery Mobile Accordion Not Working Properly
Here is my code:
user5722584
1
vote
1 answer
Increase collapsible content size
I'm trying to create a small button (an options button) that when clicked opens up a menu of options. However the size of the content when not collapsed is the same size of the button
I'm trying to increase the size of the li's. I have already…

Tyler Pierog
- 527
- 5
- 15
1
vote
1 answer
Updating a DIV inside a Collapsible in JQuery Mobile only when the Collapsible is opened (eg. load on demand)
I'm trying to execute a call to an external program to create content in a DIV inside a collapsible in JQuery Mobile, to have some code run when a div in a JQM collapsible appears when the collapsible is opened. I'm trying to use the jquery.appear…

Scotsman
- 177
- 1
- 9
1
vote
1 answer
Slider toggle switch inside JQuery Collabsible
I'm trying to place a jQuery toggle switch (slider) inside a collapsible. The button appears inside the collapsible as intended but I can't get its state in my JavaScript code. It seems like the switch is invisible for my JS code. This is what I'm…

user2087458
- 9
- 2
1
vote
1 answer
collapsible lists in lightswitch html client with external data source
I have been searching for some plugin/extension/code which could help me generate a collapsible list. Even though visual studio provides a plugin for the same, the developer specifies that the plugin can only be used for screens with…

jit thakore
- 95
- 7
1
vote
1 answer
Information is not appended and displayed in jquery Collapsible
I'm working on this topic again and I did not find any solution yet
a. Action that I did: I build a query using PDO to get the information from DB using PHP, after that I add the results into an associative array and encode it in order to send them…

m4g4bu
- 457
- 2
- 7
- 19
1
vote
1 answer
unable to initialize iconpos for collapsible
I have a collapsible as a list item in a listview, in a jquery mobile application.
Since I am dynamically binding to the list via knockout I have handlers which take the responsibility of initializing the listview. Hence my markup is simple.

deostroll
- 11,661
- 21
- 90
- 161
1
vote
1 answer
jQuery Mobile collapsible widget performance in Internet Explorer
I am working on an application that has a "tree" that users can navigate to select items from, and the UI element being employed is the jQM collapsible widget. When the user clicks a "parent" item, "child" nodes are added to the collapsible. One of…

Dave Nottage
- 3,411
- 1
- 20
- 57