Änderung Erfasst wird nun korrekt ausgewählt sowie ein Default-Datum implemetiert

This commit is contained in:
ja
2021-09-20 11:16:28 +02:00
parent 29742ad3ab
commit 723fb6a4f7
2 changed files with 3 additions and 9 deletions

View File

@@ -238,11 +238,8 @@
$("#container2").show();
} else {
$("#container2").hide();
}
});
}
});
$(document).ready(function () {
$("#container2").hide();
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {
$("#container2").show();
@@ -252,6 +249,6 @@
$("#container2").hide();
}
});
});
});
</script>
</asp:Content>