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>
|
||||||
</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');
|
||||||
@@ -195,7 +195,6 @@
|
|||||||
$(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();
|
||||||
@@ -209,8 +208,6 @@
|
|||||||
$("#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") {
|
||||||
$("#container2").show();
|
$("#container2").show();
|
||||||
|
|||||||
Reference in New Issue
Block a user