RadioButton Select lässt nur bei angewähltem FreigabeButton oder wenn kein Button angewäht ist freigegeben.

This commit is contained in:
ja
2021-09-16 09:21:28 +02:00
parent 0f0c299b29
commit 1552f93cb9

View File

@@ -28,7 +28,7 @@
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/Customers/CustomsAVISO.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</asp:Content>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<!-- Webiste-Content-->
@@ -185,7 +185,7 @@
</div>
</div>--%>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script>
$('#accordion').on('shown.bs.collapse', function (e) {
$(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/hkrauaofx/Mathematic_Minus2.png');
@@ -194,8 +194,7 @@
$('#accordion').on('hidden.bs.collapse', function (e, f) {
$(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/9takvqkal/Mathematic_Plus2.png');
});
</script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
</script>
<script type='text/javascript'>
$(document).ready(function () {
$("#container2").hide();
@@ -207,9 +206,7 @@
$("#container2").show();
} else {
$("#container2").hide();
}
}
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
if ($(this).val() == "Freigabe") {