Quickly disable select list attribute

Reminder: A textfield has a property to set it disabled. A select list doesn’t. To easily disable any attribute, put in the footer text:

<script type="text/javascript">
$('#P200_PMR').attr("disabled", true);
$('#P200_RSE').attr("disabled", true);
</script>

As shown:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.