Return to Snippet

Revision: 48058
at June 23, 2011 00:25 by mortu


Initial Code
$(document).ready(function(){
         
         $('ul li:not(:last)').append('/');
});

Initial URL


Initial Description
Select all the elements from list but not the last

Initial Title
Select all the elements from list but not the last

Initial Tags
jquery

Initial Language
jQuery