As of 11 Oct 2025, the Performance Measurement Network has been upgraded. If you experience any problems with the site, please report them to Wiki Webmaster.
Go to Joint Commission

Question Categories

24 July 2023 - 17:16 | Version 11 |

Show retired categories

Add new Question Category

Value:
Parent:

Javascript for toggling display of retired categories

%STARTATTACH{"js%TOPIC%.js" comment="Saved on %DATE%" }%
$(document).ready(function() {
   $('#showRetired').click(function () {                
        $('li.retired').toggle();
   });
});

%ENDATTACH%

Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Performance Measurement Network? Send feedback
This website is using cookies. More info. That's Fine