update
This commit is contained in:
11
application/views/projets/test.php
Normal file
11
application/views/projets/test.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
echo 'Test';
|
||||
?>
|
||||
<script>
|
||||
document.querySelectorAll('select[name="det_etape"]').forEach(function (select) {
|
||||
select.addEventListener('change', function () {
|
||||
this.form.submit();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user