var from = 0、step = 5。 function showNext(list){list .find( 'li')。hide()。end().find( 'li:lt('(ステップから)):not(li:lt( 'from')) .show(); from = step; } // show initial set showNext($( 'ul')); // clicking on the 'more' link: $( '#more')。(function(e){e.preventDefault(); showNext($( 'ul'));});をクリックします。