in reply to Reaped Nodes are Cluttering up some of the Sections
Presuming one loads jquery in ones free nodelet . . .
function pm_clean_reaped() { $('td.node-from-52855').each( function( idx ) { $(this.parentNode).r +emove() } ); } $(document).ready( function () { pm_clean_reaped(); } );
The cake is a lie.
The cake is a lie.
The cake is a lie.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reaped Nodes are Cluttering up some of the Sections (settings)
by tye (Sage) on Mar 19, 2008 at 21:26 UTC | |
|
Re^2: Reaped Nodes are Cluttering up some of the Sections
by ysth (Canon) on Mar 20, 2008 at 08:12 UTC | |
by Fletch (Bishop) on Mar 20, 2008 at 13:55 UTC |