Questions tagged [jquery-mobile-collapsible]
124 questions
0
votes
1 answer
create dynamic collapsible set after ajax call
I'm trying to build a dynamic collapsible set in jquery mobile, and the code below just creates a regular div with two paragraph elements.
all happens after an ajax call to an aspx webmethod which returns some values I would like to put in the…

Dvirski
- 321
- 4
- 16
- 36
-1
votes
1 answer
How to get Xml data to dynamic list
test.xml
123
10
1230
run.js
$.ajax({
type: "GET",
url: test.xml,
dataType: "xml",
success: function (xml) {
$(xml).find('Block1').each(function () {
var…

Ann Yang
- 11
- 5
-1
votes
1 answer
Setting height of jquery-mobile collapsible after expansion
My jQuery collapsible doesn't seem to be heeding the size of the content once expanded. Here's the basic form of the collapsible:
Supercategory A

Gabriel
- 587
- 5
- 17
-1
votes
1 answer
How to show data in a collapsible list dynamically in phonegap?
I'm developing my first phonegap application. I am trying to get some datas from a web server and then show them in the collapsible list. However, I couldn't add datas to list dynamically. Additionally, the list structure is shown in web page but i…

cgbs
- 83
- 3
- 13