collapsable

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 me when I click my button. To make sure I wasn't going crazy, I made a small test page jus...

How to Create Collapsible Data Grid?

How to Create Collapsible Data Grid in dot net windows form application? ...

positioning expanding collapsing box from a table cell with jquery

Hello, My question is if anyone knows how too achieve the effect of creating a slidedown from a tablecell, without having the whole table expand with. It has too slide independantly from the location of that particular row on top off the table, so too speak otherwise it looks ugly as you can see from my page (click on the first row) ...

Collapsable autocomplete

How do i implement collapsable autocomplete in Jquery. I have a group and a group can have zero or many items. How do i implement this in Jquery. Thanks ...

How do I create separately collapsible divs for dynamic content?

I want to create a list that is actually a list of collapsible divs on my site. So when you click on an item on the list, more information will become visible. I'm using animatedcollapse from http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm The problem is that since I'm looping over divs, they all have the same id, and ...

jquery treeview plugin change link behavior (avoid collapse)

Hello, I am using the jQuery Treeview plugin. Have a look to the "Sample 1 - default" provided on the demo page of the plugin http://jquery.bassistance.de/treeview/demo/. In my case all folders and files are links. If I click for example on the expanded "Folder 2" it will first collapse and then follow to the link location. The behaviou...

How do I add anchors to jQueryUI accordion?

Hi, How do I add anchors to jQueryUI accordion so that I can hyperlink to an opened pane? e.g. htp://accordion.com/page#thirdpane or htp://accordion.com/page?ID=thirdpane opens the third pane on the accordion. I also want to retain my collapsible:true function. thanks, Ross ...

jQuery clickable row

Hi, I have a table, representing a calendar, that can expand and collapse table rows. <tr class="parent" id="month1"> <th class="subheader">Januari</th> <th></th><th></th> </tr> <tr class="row child-month1" id="day-1"> <td class="date"> 1 januari 2010</td> <td>Bedrag </td> <td>-817.0 </td> </tr> <tr class=...