Help for this page

Select Code to Download


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