Questions tagged [collapsable]

203 questions
0
votes
1 answer

Set accordion default to collapsed

There's a fiddle here. I'm trying to have the panels collapsed on default by adding... $container.active(false); And it does collapse the panels, but then it also disrupts other jquery plugins on the page. Here's the full script: (function() { …
Jared Newnam
  • 2,296
  • 5
  • 31
  • 60
0
votes
0 answers

Collapsibile list of android application in my device?

Starting from this code class PackageInfoData{ private String appname = ""; private String pname = ""; private String versionName = ""; private int versionCode = 0; private Drawable icon; } private void getInstalledPackages() { …
Atlas91
  • 5,238
  • 14
  • 53
  • 117
0
votes
2 answers

Understanding JQuery. Collapsible menu

I have created a collapsible menu in JQuery with the help of some coding I've found around this site. And everything work. But now it's time for me to understand how and why it works. The JQuery: jQuery(document).ready(function($) { var submenu =…
user1379533
0
votes
1 answer

Collapsable sentence within paragraph in java swing jeditorpane

I want to create collapsable (or foldable) sentences. Importantly, they should be embedded into paragraphs and flow with the rest of the text. I'm working with Java / Swing, in a JEditorpane and an extension of the DefaultStyledDocument. For…
RickyG
  • 128
  • 5
0
votes
1 answer

JQM: Is it possible to put controlgroups inside a collapsible bar and not propagate the click event?

My real desire is to create a selectable tree for JQM (with 3 values for each element). I tried to do with nested collapsible divisions, and this works fine. But when I tried to add the 3 radios on each collapsible bar, the events don't fire…
Oriol Terradas
  • 1,728
  • 2
  • 18
  • 30
0
votes
1 answer

C# .NET / javascript : Collapsable Table Rows - what about this is wrong?

I have a C# .NET page where I want to make rows collapse when a button is pressed. I found many tutorials like this one (http://codingforums.com/archive/index.php?t-90375.html), tried to implement their solutions, but none of them do anything for…
Aaron
  • 456
  • 4
  • 12
0
votes
1 answer

Programatically changes jQuery Mobile’s Collapsible sets

I have a collapsible sets with 7 elements. It works fine. When I try to change the header of the each collapsible items, it changes the header but removes the collapsible styles. Did someone come across such issues?? please find my code…
Jay Mayu
  • 15,955
  • 31
  • 111
  • 144
0
votes
2 answers

Animation for collapsible block with cookie

I almost don't know javascript. Can someone help me make animation for collapsible block? $(document).ready(function() { var button = $('#hideButton'); //check the cookie when the page loads if ($.cookie('currentToggle') ===…
w00t
  • 23
  • 2
  • 6
0
votes
1 answer

Jquery Mobile Collapsible content Losing Collapsible Area

I am basically building dynamic collapsible content which is called when page change is done. The creation of the collapsable content is generated on page change and populated dynamically with a number of divs. The first collapsable section is set…
malteseKnight
  • 333
  • 3
  • 12
0
votes
3 answers

How do I collapse this form when clicking the ".submit" button?

I have a collapsible (enter your credit card info) form. When I click it it opens, but when I click submit I want it to close. Here's my html:
New credit…
Squirrl
  • 3,870
  • 9
  • 41
  • 75
0
votes
1 answer

script in sub collapsible fire twice when clicked

I get a little mad because i do not find the hint: I ve a collapsible set, wich is created dynamic from a database, which shows me some dates. Then i want to fill content to the collapsibles, which should be also a collapsible(this present some…
citylayer
  • 43
  • 6
0
votes
1 answer

Content Collapsible jquery mobile

I have a problem with jQuery Mobile 1.1.0 accordion ( http://jquerymobile.com/test/docs/content/content-collapsible.html ) I have a page with more accordion, and when I press to open / close the section brings me back to the top of the page. I have…
icy
  • 1,419
  • 2
  • 14
  • 34
0
votes
2 answers

Collapsable panel css position/browser compatibility

i have browser position problem in my code.it displays well on firefox.but on explorer content div displays under the panel div.pls help me to fix this error. and this is css code