Widget:MoveListTrimmer: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><script>
<includeonly><script>
$('#content h2').nextUntil('h2', 'table, ul').each(function(){
$(function(){
    $('this').prev('h2').addClass('persist');
    $('#content h2').nextUntil('h2', 'table, ul').each(function(){
});
        $('this').prev('h2').addClass('persist');
$('#content h2').not('persist').remove();
    });
</script></includeonly>
    $('#content h2').not('persist').remove();
});</script></includeonly>