Questions tagged [collapsable]
212 questions
1
vote
1 answer
Disclosure Pane in JavaFX
I am currently searching for a solution in JavaFX to achieve a behavior like the DisclosurePanel in GWT see http://samples.gwtproject.org/samples/Showcase/Showcase.html#!CwDisclosurePanel.
I already tried to build something with a TitledPane but it…

hemsbeach
- 57
- 1
- 8
1
vote
2 answers
Collapse a DIV hiding its content even if defined in percentage
I'm trying to obtain a DIV that could collapse on click. For this simple example, click is triggered directly on the entire DIV.
#fixed { width: 200px; }
#fixed input { width: 180px; }
.short_fixed {…

Luca Detomi
- 5,564
- 7
- 52
- 77
1
vote
2 answers
Link to an element which is inside of a bootstrap collapse element
I have a link outside of a collapse element to an anchor inside of the collapsed content.
See my plnkr example.
If I collapse the panelat the bottom the anchor tag is not executed anymore. What I want to implement is the following:
If I click on an…

Sebastian
- 1,873
- 4
- 25
- 57
1
vote
0 answers
Detecting if "Find on Page" is activated
Consider:
Toggler
Lorem ipsum dolor
The biggest drawback to…
Phil Tune
- 3,154
- 3
- 24
- 46
1
vote
2 answers
bootstrap 3 mobile collapse fade in and out on toggle
0Is there anyway of replacing the slide down animation on the mobile navbar-collapse to fade in/out when called upon? I've tried using CSS keyframes and have managed to get the animation working but in reverse - instead of the the menu fading in and…

MattZapp132
- 33
- 1
- 1
- 6
1
vote
0 answers
Amending existing script collapsible-list
Evening.
I'm looking at this script collapsible-list and was hoping someone could help me amend it slightly.
There is a live demo on this page : HERE and I've created a JFiddle HERE
Currently when the page loads a all sections are fully expanded, is…

MacMan
- 925
- 1
- 14
- 32
1
vote
0 answers
Collapsible offset in jQuery Mobile
I have issue with collapsible jQuery mobile.
I'm using Multipage template, where all the pages are in the same document, separated with the div named page. I have two Collapsible, one on each page. I made an animation to the top of the page, my…

Tamiris
- 21
- 4
1
vote
0 answers
Change image size when collapse sidebar jQuery
First time trying to do any coding, and was not sure how to make my question presentable without using entire code in jsfiddle.
the html:
1
vote
0 answers
Dynamic nested collapsible set based on dynamic section in jquery mobile
I follow this answer for creating collapsible set. now I want to create nested collapsible set. I have a json like:
[
{
"sid": "26",
"tour_name": "4",
"day": "2",
"time": "16:00",
"main_location": "Madurai",
"sub_location":…

MRMK
- 71
- 6
1
vote
1 answer
jQuery Mobile Collapsible appearing twice
I have a jQuery Mobile page with a dynamically generated collapsible. It works great, except if I leave the page then return to it. When that happens, the collapsible appears twice. A refresh fixes the issue but that's obviously not a good solution.…

mrbranden
- 880
- 2
- 10
- 19
1
vote
1 answer
Expanding / Collapsing Div
I have the following code for a jQuery expanding Div element:
$(document).ready(function()
{
//Add Inactive Class To All Accordion Headers
$('.accordion-header').toggleClass('inactive-header');
//Set The Accordion Content Width
var contentwidth =…
user2968767
1
vote
1 answer
Add Collapsable SearchView Actionbar without action bar
I have one header layout looks like this.
Now on on the very next of the right side of the button i want to add this image and try to used the Collapsible SearchView without using action bar means i want to apply the same effect of action bar…

AndroidLearner
- 4,500
- 4
- 31
- 62
1
vote
3 answers