chargement initial
This commit is contained in:
12
caotek_mesavoirs/static/js/reglement1x.js
Normal file
12
caotek_mesavoirs/static/js/reglement1x.js
Normal file
@@ -0,0 +1,12 @@
|
||||
$(document).ready(function () {
|
||||
|
||||
$(".select_bill").change(
|
||||
function () {
|
||||
if ($(".select_bill:checked").length) {
|
||||
$('button#calculate').removeProp('disabled');
|
||||
} else {
|
||||
$('button#calculate').prop('disabled', true);
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user