This commit is contained in:
ja
2021-09-20 10:54:29 +02:00
parent d4f349f3f5
commit 29742ad3ab
3 changed files with 61 additions and 57 deletions

View File

@@ -230,7 +230,7 @@
</script>
<script type='text/javascript'>
$(document).ready(function () {
/* $("#container2").hide(); */
$("#container2").hide();
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {
$("#container2").show();
@@ -240,8 +240,9 @@
$("#container2").hide();
}
});
/* $("#container2").hide();*/
});
$(document).ready(function () {
$("#container2").hide();
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {
$("#container2").show();
@@ -252,5 +253,5 @@
}
});
});
</script>
</script>
</asp:Content>