Revision: 50452
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 22, 2011 23:16 by lewiswalsh
Initial Code
$('ul li').slice(start, [end]).fadeOut('slow').remove();
Initial URL
Initial Description
By omitting [end] it will remove all to the end. Set an [end] with a negative value to count back from the end of the elements. fadeOut is unnecessary.
Initial Title
Truncating or removing a block of elements from a collection of elements (such as a list)
Initial Tags
javascript, jquery
Initial Language
jQuery