- or download this
// this function toggles a nodelet's state.
function toggleVis (id) {
...
c++;
}
}
- or download this
// this function toggles a nodelet's state.
function toggleVis (id) {
...
collapseNodelets();
- or download this
/* pin container, make it fixed width */
#nodelet_container {
...
/* initial state of all nodelets collapsed */
[id^="nodelet_body_row"] { display: none; }