Text
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user