Alle Button von Beginn an ausgwählt.

This commit is contained in:
ja
2021-09-20 09:14:05 +02:00
parent a2dfda5746
commit ce5abf2983
2 changed files with 4 additions and 4 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();
@@ -241,7 +241,7 @@
}
});
$("#container2").hide();
/* $("#container2").hide();*/
$('#<%=RadioButtonList2.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {
$("#container2").show();