Questions tagged [jquery-mobile-collapsible]
124 questions
0
votes
2 answers
Jquery Mobile how to set height of Listview which is in collapsible-set
I've programmatically created a popup, collapsible and listview are inside the popup's content
collapsible and listview are dynamically created by using $.map to load my data
here is my jsFiddle
I just wonder does it has any way to limit how many…

Kennedy Yu
- 3
- 2
0
votes
1 answer
Collapsible set Jquery
I have the following collapsible header on my page and currently when you click on the set it expands and collapses. What i want is the javascript to have the set collapse when you click on one of the list items rather than go back to the top to…

Steven
- 401
- 3
- 7
- 21
0
votes
1 answer
How to access values with html tags from json using jquery?
am having one task phonegap like parse the values from json using jquery and show it in collapisble.i can able parse to parse the value i dont know how to parse it in jquery mobile collapsible.mycode is given below:
$.each(data.results, function(k,…

Ram
- 81
- 1
- 12
0
votes
0 answers
jQuery Mobile Collapsible firing at page load multiple times
I have this custom JS code for testing purpose :
jQuery('#ReportedCollapsible').bind('expand', function () {
alert('Expanded');
}).bind('collapse', function () {
alert('Collapsed');
});
the #ReportedCollapsible has those attributes :…

Tommy Dubé-Leblanc
- 317
- 1
- 7
- 20
0
votes
1 answer
Remove the border of collapsible div within listview
I have a problem of removing the border of a collapsible div within a li tag.
The demo is shown in http://jsfiddle.net/lightbringer/FsSmy/
-
lightbringer
- 835
- 2
- 12
- 24
0
votes
1 answer
jQuery Mobile - Links and Radio buttons in Accordion not working
I have a site here.
When you get there, click on Student Instructions and then hit the Help button. When it tries to go to that document (a PDF on the server), the page comes up undefined... but the URL to the document is correct. When I refresh…

Millhorn
- 2,953
- 7
- 39
- 77
0
votes
1 answer
Why is click event binding twice after adding jquery mobile?
I was working on an MVC web project that was using jquery to toggle a div upon the click of an a tag. It was working fine. I then added jquery.mobile to the project and now all the click events are triggering twice. I spit out the handlers for the…

Psyfun
- 353
- 3
- 15
0
votes
3 answers
Only have one collapsable block open at one time
I have a jquery exapandable list, currently when i click a link it opens IN ADDITION to any open previously. How can I change this so if I had mobile open then i click Landline, it opens landline but also closes mobile? I only want one item to be…

JFar_13
- 91
- 1
- 4
- 12
0
votes
1 answer
jquery mobile - Collapsible in footer expands down after a click on page
Hey guys I am learning jquery mobile and have created a very basic page with a header and a footer. Basically I want the footer collapsible to always expand upwards but I am having problems achieving this.
If I load the page and open the…

Naveed
- 2,942
- 2
- 25
- 58
0
votes
1 answer
JQuery Mobile collapsible widget collapse and expand events not working
I have a page of dynamically created JQuery 1.3.1 collapsible items (not in an accordion set), and I am trying to save the expanded or collapsed state of each item. The collapsible items work fine without attaching any handlers. My code to attach…

aliahy
- 509
- 6
- 15
0
votes
1 answer
Does using collapsible elements can reduce server overload?
For an exemple, I'm making an Iphone webapp and I intend to use jquery collapsible elements to make the app faster. So, when you do that will the collapsed elements still load and are just hidden or will it indeed help retrieve only the requested…

Mikael Blomkvist
- 149
- 2
- 13
0
votes
1 answer
jQuery Mobile - Open Collapsible-set with URL parameter
Using jQuery Mobile, can a panel in the collapsible-set (accordion?) be open by default? For example, have the second panel, "Title 2", open on page load. I have not found any information on this and would like to do this based on a URL…

Mdd
- 4,140
- 12
- 45
- 70
0
votes
1 answer
jQuery Mobile data-collapsed="false"
I'm confused by the example on the jQuery Mobile site, collapsible set with 5 sections.
It looks like section 1 should be open, but it's not.
And section 3 says "I'm hidden by default", but it's the one that is open in Google Chrome.

Phillip Senn
- 46,771
- 90
- 257
- 373
0
votes
1 answer
Jquery sparklines don't render properly within Jquery mobile collapsible set
I would like to display some sparklines graphs within a Jquery mobile collapsible set, however those graphs were not rendered properly:
Majority of the html codes are built by jquery functions, including those which generate sparklines.
It won't…

Grant
- 33
- 8