Widget:MoveListTrimmer: Difference between revisions

From Elwiki
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>

Revision as of 15:04, 25 May 2015