110
edits
As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com. |
Changes
no edit summary
$(function() {
$('.playground').append('<a onclickclass="$(\'.mwtoggle-collapsible-bracket\').trigger(\'click\');states">Show/Hide All</a>');
});
$(".toggle-states").on('click','a', function(){
$(this).toggleClass('checked').siblings().removeClass('checked');
})