Return to Snippet

Revision: 23072
at January 29, 2010 11:23 by shapeshifta


Initial Code
$$('ul.pipe > li:not(:last-child)').invoke('insert', {'after':' | '} );

Initial URL


Initial Description
Mimic CSS for ie6+7

Initial Title
Select all li children from ul without the last-child

Initial Tags


Initial Language
JavaScript