As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

MediaWiki:Common.js

61 bytes removed, 21:47, 20 January 2017
no edit summary
$(function() {
$('.playground').append('<span class="toggle-states"><aonclick="$('.mw-collapsible-content').toggleClass('checked');">Show/Hide All</a></span>');
});
 
$(".toggle-states").on('click','a', function(){
$(this).toggleClass('checked').siblings().removeClass('checked');
})

Navigation menu