Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Free Nodelet Hack: Collapse/expand Nodelets individually

by shmem (Chancellor)
on Feb 05, 2007 at 17:19 UTC ( [id://598355]=note: print w/replies, xml ) Need Help??

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; }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://598355]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found