Änderung Erfasst wird nun korrekt ausgewählt sowie ein Default-Datum implemetiert
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user