RadioButton Select lässt nur bei angewähltem FreigabeButton oder wenn kein Button angewäht ist freigegeben.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
|
<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/Customers/CustomsAVISO.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
|
||||||
</asp:Content>
|
</asp:Content>
|
||||||
|
|
||||||
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||||
<!-- Webiste-Content-->
|
<!-- Webiste-Content-->
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>--%>
|
</div>--%>
|
||||||
|
|
||||||
|
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$('#accordion').on('shown.bs.collapse', function (e) {
|
$('#accordion').on('shown.bs.collapse', function (e) {
|
||||||
$(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/hkrauaofx/Mathematic_Minus2.png');
|
$(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) {
|
$('#accordion').on('hidden.bs.collapse', function (e, f) {
|
||||||
$(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/9takvqkal/Mathematic_Plus2.png');
|
$(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/9takvqkal/Mathematic_Plus2.png');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
|
|
||||||
<script type='text/javascript'>
|
<script type='text/javascript'>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$("#container2").hide();
|
$("#container2").hide();
|
||||||
@@ -207,9 +206,7 @@
|
|||||||
$("#container2").show();
|
$("#container2").show();
|
||||||
} else {
|
} else {
|
||||||
$("#container2").hide();
|
$("#container2").hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
|
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
|
||||||
if ($(this).val() == "Freigabe") {
|
if ($(this).val() == "Freigabe") {
|
||||||
|
|||||||
Reference in New Issue
Block a user