a
This commit is contained in:
parent
0aadfb7a9a
commit
0ef6c000df
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const input = document.getElementById('donneesCarte');
|
||||
const form = document.getElementById('frmrechercheparcarte');
|
||||
|
|
@ -53,5 +54,15 @@
|
|||
}, 300);
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
<script>
|
||||
document.getElementById('donneesCarte').addEventListener('change', function () {
|
||||
if (this.value.length > 3) {
|
||||
alert("submit");
|
||||
this.form.submit();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user