Widget:MoveListTrimmer: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><script>
<includeonly><script>
$('#content h2').each(function(){
$('#content h2').nextUntil('h2', 'table, ul').each(function(){
     var next = $(this).next();
     $('this').prev('h2').addClass('persist');
    if(next.not('h2').length != 0){
        $(this).remove();
    }
});
});
$('#content h2').not('persist').remove();
</script></includeonly>
</script></includeonly>

Revision as of 15:04, 25 May 2015