RadioButton Select lässt nur bei angewähltem FreigabeButton oder wenn kein Button angewäht ist freigegeben.
This commit is contained in:
@@ -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');
|
||||
@@ -195,7 +195,6 @@
|
||||
$(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 type='text/javascript'>
|
||||
$(document).ready(function () {
|
||||
$("#container2").hide();
|
||||
@@ -209,8 +208,6 @@
|
||||
$("#container2").hide();
|
||||
}
|
||||
|
||||
|
||||
|
||||
$('#<%=RadioButtonList1.ClientID %> input[type="radio"]').change(function () {
|
||||
if ($(this).val() == "Freigabe") {
|
||||
$("#container2").show();
|
||||
|
||||
Reference in New Issue
Block a user