Questions tagged [jquery-mobile-collapsible]

124 questions
0
votes
1 answer

add dynamically filterable controlgroup inside collapsible jquery-mobile

I'm trying to make collabsible box, which will have controlgroup of items that can be filtered through. Stuff inside controlgroup should be made dynamically from database results. Problem is it doesn't output it. I manage to make controlgroup work…
J-ho
  • 238
  • 3
  • 17
0
votes
2 answers

Expand and collapse on click of link using jquery mobile

I want to expand and collapse list contents when click on links like "more" and "less" using jquery mobile. is it possible? Kindly help. Thanks
0
votes
1 answer

JQueryMobile collapsible don't work

I am trying to use a collapsible-set with JQM. When I write:

lang

lang =

0
votes
0 answers

Expand collapsible content in JQM with URL?

I have built a page using JQM where a lot of its content is within a collapsible-set. I want to add the functionality of where a specific collapsible is expanded depending on the URL, but cannot figure out how to do it. I have tried numerous…
0
votes
1 answer

JQuery Mobile collapsible with radio buttons

I try to create an alternative way to choose along a set of options, like in a select widget. My custom select is built with a collapsible and a set of radio buttons, which are somewhat lighter than JQM select, since non-native selectmenu is…
0
votes
1 answer

Make ordered list collapsible

I have an ordered list which i want to make collapsible by default and expandable when user click on the link. https://jsfiddle.net/rkmv3rn3/17/ How can I make it work so that it works properly With following script it collapses all Parent item then…
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
1 answer

Inconsistent result for jQuery mobile class ui-btn-active

I get inconsistent styling results for my collapsible list view. In it's initial state the collapsible is collapsed and the background is white as designed. In it's expanded state the background of the first element in the list (the heading which I…
wyldcard
  • 601
  • 2
  • 7
  • 13
0
votes
1 answer

CRUD with angular js and jquery mobile

I've been trying to make a CRUD application with angular JS and jquery mobile, but I have some problems with the collapsibles, the information is correctly obtained by angular js but I can't expand the collapsibles. I delcared a directive to make…
strok_777
  • 1,132
  • 1
  • 9
  • 27
0
votes
1 answer

Collapsible in jquery mobile doesn't work in android webview but works in fiddler

I have created a collapsible section in fiddler using jquery mobile, which work perfectly fine and all the section does collapse https://jsfiddle.net/ashishrawat/cduhkLm0/ However when i take the same page and display it in webview, it doesn't…
Ashish Rawat
  • 5,541
  • 1
  • 20
  • 17
0
votes
1 answer

nested collapsibleset with listviews

I am making a menu using a collapsible set. It will have up to 4 tiers deep and is a fairly large menu. Since I can't show my menu I made a very simplistic example here. http://jsfiddle.net/shellwe/30jLxrt0/3/ The first one is using listviews and I…
0
votes
1 answer

jump to anchor and expand nested JQuery Mobile collapsible

I'm trying to jump to an anchor within a nested Jquery Mobile Collapsible. How do I do that? Any help will be greatly appreciated. I'm using the latest JQuery and JQuery Mobile. Demo of what I'm trying to…
0
votes
1 answer

JQuery Mobile listview inside a panel

I am trying to use listviews with collapsable items within a panel, but I am getting strange results. Specifically, this is a minimal code I am using. Note that everything in the list view is taken from a JQuery Mobile example, so I would expect…
0
votes
1 answer

collapsible-set in phonegap using jquery won't work properly

I am trying to create a collapsible-set in phonegap. Its pulling the RSS feed details in to create a list. I want the list to be a collapsible set. However when I set it up how a normal collapsible-set is suppose to be, it no long imports the lists…
0
votes
1 answer

How to edit Content inside Collapsible Widget?

I am working in Jquery Mobile and have hit my next brick wall, which I am hoping somebody will kindly point out where I am going wrong. I have a collapsible widget which within I wish to amend the content with different values. An example of my…
Andy Donegan
  • 782
  • 1
  • 9
  • 30
0
votes
2 answers

jQuery Mobile - Make only certain part of collapsible widget active

does anyone know of a way to make only a certain part of a collapsible widget actually toggle the collapsible part? I have been trying to figure this out for hours and can't seem to get it. Basically, I don't want a whole
  • to trigger the…
  • 1 2 3
    8 9