$(function(){
var $bigList = $('#bigList'), group;
while((group = $bigList.find('li:lt(20)').remove()).length){
$('<ul/>').append(group).appendTo('body');
}
});
'via Blog this'
Občas někam potřebuji odložit své nápady, nálezy i ztráty. Tak proč ne třeba sem...
$(function(){
var $bigList = $('#bigList'), group;
while((group = $bigList.find('li:lt(20)').remove()).length){
$('<ul/>').append(group).appendTo('body');
}
});
Žádné komentáře:
Okomentovat