The collapse tag has no wiki summary.
0
votes
0answers
16 views
merging multiple columns as the table structure is writed
I am trying to group multiple columns on my table by collapsing them into a single column and then use a UL list to separate the categories:
For this, what I am doing is adding a boolean to toggle ...
0
votes
1answer
25 views
Align button and text in collapse Bootstrap
I try to use the element Collapse in Bootstrap but i have i little problem.
This is an image for exemple
I try to align my text an my button trash in the same line.
As you can see it's shifted.
...
1
vote
1answer
29 views
Jquery show div reversed
Hello I am building a simple website with jQuery and I have a small question:
I have the following program:
http://jsfiddle.net/fPTNk/
HTML:
<body>
<div id="container">
...
0
votes
3answers
37 views
Prevent child element from collapsing with twitter bootstrap
I have the following list:
Root
Child1
Child2
The root should be collapsible but not the children. With the following code both will collapse if I click on one of them. How can I accomplish to ...
0
votes
1answer
28 views
jquery collapse: how to change style and change time open/close function
Good day to all,
I'm using this plugin http://webcloud.se/jQuery-Collapse/ to add it on my website. Now I have tried to change the style of the header.. But it seems It can't be overridden, I'm ...
0
votes
0answers
13 views
border collapse not working in IE10
Has anyone come across a solution for border collapse on tables not working in IE10?
I have tables on web sites used where needed, and they display fine in all other browsers, but Since IE 10 the ...
0
votes
1answer
15 views
Treeview - Event on Node Click but not Expansion in Visual Basic (VS 2012 V11)
I'm trying to make a help file in Visual Basic. I've decided to go the route of replicating the old style help files with a TreeView panel, to the left, and a RichTextbox , on the right, of the form. ...
0
votes
0answers
25 views
android - collapse searchview after submit
I am using searchview in my application ( without action bar). How can i collapse searchview after query text submit ?
I have these listeners ;
@Override
public boolean ...
1
vote
1answer
23 views
What is used for Android Jelly Bean drop down settings/notifications collapse capability? [closed]
I'm wondering what they used to allow the user to swipe down from the top of the screen to collapse the settings/notifications panel.
I'm particularly more interested in replicating the same effect, ...
0
votes
1answer
24 views
jqgrid treegrid cant collapsing and expanding
Can anyone explain to me what i may be done wrong?
My treegrid is :
var grid = $("#account");
jQuery(function($){
grid.jqGrid({
url: 'someurl',
datatype: ...
2
votes
1answer
46 views
Twitter Bootstrap 100% height accordion “jump”
I'm trying to implement a 100% height accordion using the Twitter Bootstrap collapse component, exactly as described in this question.
I'm manually setting the heights of the .accordion-inner ...
0
votes
0answers
18 views
Expand Category in MyBB within jQuery
It's me again :D
As you know (or not know), MyBB using Prototype to expande forum table. But I'm coding and design a new theme for my forum NOT using the table, yup, a full div theme for MyBB.
...
0
votes
3answers
34 views
Collapse a log by date into an array of hashes
A local variable named log contains an array of hashes with timestamped events like so:
log = [
{time: 201201, x: 2},
{time: 201201, y: 7},
{time: 201201, z: 2},
{time: 201202, a: 3},
...
0
votes
1answer
21 views
How do I implement a text box that expands (and collapses) upon a touch
Thanks for any advice on how to achieve this for a mobile website that runs on all browsers!
-1
votes
2answers
70 views
wordpress Twitter Bootstrap collapsing menu won't coallapse [closed]
I am trying to do a bootstrap wordpress custom theme as a learning exercise. I've resolved most of my problems, but i can't get the collapsible nav to collapse when not hovering over it.
I've been ...
0
votes
3answers
25 views
jquery collapse using image as trigger
I have a simple jQuery collapsible table, where the header row is the trigger to toggle the data i want to show/hide.
What I'm after is to have an image within the header row and use this as the ...
0
votes
0answers
27 views
jquery navigation change value of previous buttons to zero on href match
I have my menu working great so far, but i need to find a way to change the value of my toggle buttons on page load...i'm matching the url (no cookies) on the href...but i need to somehow change all ...
0
votes
0answers
31 views
MegaMenu in SharePoint. Need to add expand/collapse and Hover features
I have megamenu working in a SharePoint 2007 environment. It looks great and works as expected but I'd like to add two more features, if possible.
Part 1: In one of the drop down menu's I have a ...
1
vote
1answer
35 views
Remember Collapse/Expand state of section when using browser back button
I have several section on my website. I allow the viewer to expand/collapse the sections individually. The sections are expanded with javascript (jquery / zepto). (There is a button for each section ...
0
votes
2answers
32 views
add class when click on a div
I'm trying to make a sidebar with a navigation menu that will expand/collapse when I click on a div.
$(document).ready(function() {
$('.btn-nav').click(function(){
...
-1
votes
0answers
26 views
(MVC3)DevExpress TreeList: Store nodes' expand status in cookies
I want to save the nodes expand and collapse status in cookie or other place when close the page,and restore the status when page load next time so have the same tree view displayed,How can I do this?
...
0
votes
1answer
68 views
Adding a new element to a collapse navbar (Bootstrap)
So I have a navbar in Bootstrap. (The navbar is also collapsible).
Inside the navbar, I have several different buttons.
I'd like to add more elements to one of the buttons that also serves as a ...
0
votes
0answers
40 views
Tracking collapse state of jQuery mobile, collapsible content,
I have implemented a collapsable list in jQuery Mobile. I am trying to develop a variable that is simply set to true or false depending on weather or not any element on the list is expanded (in other ...
-2
votes
0answers
30 views
expand collapse boxes move other content
i'm working on a tumblr theme for my blog, in the sidebar i have 3 expand collapse boxes which you can find the codes for on this site ...
0
votes
1answer
143 views
extjs rowexpander plugin: expand one row at time
I'm using the RowExpander plugin with a nested grid in my app. I want to expand only one row at time so when I click on the '+' icon all the other rows have to collapse. How can I do that?
0
votes
0answers
133 views
Twitter Bootstrap Use collapse.js on table cells [Almost Done]
I am working on an accounts page that lists transactions (credits and debits).
I would like the user to be able to click on a table row and it expands showing more information.
I am using twitter ...
1
vote
0answers
73 views
Extjs 4: Panel Toggle Add animation
The scope basically is to animate the toggling of the panel. In a click of a button it will collapse then expand after a while (Certain process and reconstruct content). That is what i want to add ...
0
votes
1answer
237 views
Twitter Bootstrap: navbar button not showing or toggling collapse
I'm adapting Twitter's Bootstrap to my Ruby on Rails tutorial project (By Michael Hartl) and the upper navigation isn't collapsing.
I'm currently getting this:
My end goal is this:
I've copied ...
0
votes
2answers
82 views
How to detect expanding of status bar?
My application allows launching of other application from mine.None of my activity shows Status Bar.But when launching other applications like Camera the user can access the status bar.So i tried the ...
0
votes
1answer
148 views
Issue with bootstrap accordion: hidden collapsible group item
I've got a problem with the bootstrap accordion.(http://twitter.github.io/bootstrap/javascript.html#collapse)
First, a jsfiddle showing the problem: http://jsfiddle.net/v6qPJ/7/
The collapsible ...
0
votes
0answers
26 views
Google Analytics (trackpageview) on expand/collapse functionality?
I am really hoping someone can help me out with some Google Analytics and expanding/collapsing text functionality I am having trouble with.
I have the following code which are expandable/collapsible ...
1
vote
1answer
63 views
collapsible /expandable FAQ [closed]
Can you pleas point me in the right direction on how to create a collapsible and expandable FAQ page in Magento 1.7.0.2.
I have seen a couple of html/javascript/css codes but don't know where to put ...
0
votes
2answers
56 views
How to show the content of a jQuery text collapse when pressing enter?
This is my jQuery function (that works) that when I click it, it my text appears:
$(function() {
$(".slide_down01").click(function () {
var $this = $(this),
id = ...
0
votes
1answer
79 views
Bootstrap collapse DIV is open on DOM load
I tried to find a solution for this but now I'm stuck. Tried the solutions found in this question: How do I get my accordion to load with all the menus closed? (ie Trying to add ...
1
vote
1answer
32 views
Toggle siblings with jquery
I have problems with toggle() in jquery. See http://jsfiddle.net/rch7L/. When clicking a level-1 header it does exactly what it should, but when clicking a level-2 header it opens all level-3 row and ...
0
votes
1answer
236 views
Expand/Collapse All with a nested accordion and non-accordion item: BOOTSTRAP
I'm about 2 months new to programming and Twitter Bootstrap, so please be kind!
I've done a lot of digging and searching, but am not sure I am using the correct terms so I figure I'd ask directly.
...
0
votes
2answers
43 views
bootstrap initially collapsed element
I am using the bootstrap template and I would like to change the way the accordion works by default.
How can I get the toggle to be closed when page is first seen (upon load)?
<div ...
2
votes
1answer
39 views
how to make margin-bottom of inner img and margin-bottom of outer div collapse?
i have an img inside a div. the img floats right and the text should surround it from the left and (if it's a long text) from the bottom like this:
text text:IMG
text text:IMG
text text::::
text ...
0
votes
0answers
25 views
How to stop margin collapse with two floated parallel objects?
I am not sure how to ensure that the margins for the floated right element does not collapse. I am currently using two floated columns - elements in the left class do not seem to have issues with ...
0
votes
1answer
102 views
Extending Jquery accordion to rows of a table
I have a table with collapsible rows.Please check here
I just want to use the Jquery UI accordion as shown here
I am trying to apply accordion to the below structure :
<table>
<tbody ...
1
vote
4answers
123 views
Collapse div on click of child element
I am trying to collapse parent div on click of child element like below
HTML
<div class="expand">
<h3>expand this div</h3>
<a href="#" class="collapse" ...
0
votes
1answer
76 views
win32 treeview handle expand or collapse event in the treeview wndproc not it's parent
I'm working with the tree control i wanted to handle item expansion or collapsing, finally i found that the tree send' an notification TVN_ITEMEXPANDING to it's parent window, as mentioned in this ...
1
vote
2answers
132 views
Extending collapsible divs to rows of a table
I am able to collapse/expand divs.
jsfiddle
JQuery :
$(document).ready(function () {
$(".data").hide();
$(".header").click(function () {
$(this).next(".data").slideToggle(200);
...
0
votes
0answers
55 views
bootstrap how to make sure collapsible object is always shown
I want my collapsible list to always be shown in desktop view and a button controlling it in mobile/tablet view.
any help is greatly appreciated
here is the codepen i have set up.
...
0
votes
0answers
18 views
Prevent dijit.tree to be opened in old mode
I'm using dijit.Tree and want to display it collapsed by default(when page is loaded first time). Right now I'm able to do this by calling
tree.onLoadDeferred.then(function(){
tree.collapseAll();
...
1
vote
2answers
108 views
Collapsing table rows with multiple tbody elements
I have a table that looks like this:
<table>
<thead>
<tr><th>Customer</th><th>Order</th><th>Month</th></tr>
</thead>
...
1
vote
3answers
76 views
Wordpress admin menu keeps folding
Some time ago, wordpress admin menu got folded and since this point I am unable to keep it opened, I need to press on the small triangle to open it.
I tried to hit wp-admin/index.php?unfoldmenu=1 and ...
-1
votes
2answers
103 views
Horizontal expandable uiscrollview or uitableview?
I want to create an expandable uiscrollview like the images shown above.
I've tried to search with keywords but cannot find any example similar to what I want to achieve.
I wonder if I should use ...
1
vote
1answer
105 views
OSX Safari 6.0.3 and twitter bootstrap collapse plugin
I am struggling to get an accordion collapse containers to work in Safari 6.0.3 on OSX 10.8.3
The problem occurs only if browser history is present (some other pages from the domain have been ...
0
votes
1answer
53 views
Determing collapse state of Bootstrap Collapse-able element
I display an alert for a user until the density of a shipment goes above a certain value. When the page loads, a function runs that handles all these calculations (in case the user is loading ...



