a
This commit is contained in:
parent
c3cc0889eb
commit
70e668bc47
|
|
@ -88,6 +88,7 @@ inputField.addEventListener('input', function() {
|
|||
|
||||
// Votre logique existante
|
||||
inputField.addEventListener('change', function () {
|
||||
alert(this.value);
|
||||
if (this.value.length > 3) {
|
||||
var div_wait_nfc = $('#div_wait_nfc');
|
||||
div_wait_nfc.html('<div style="padding-top:80px; text-align:center; font-size:14px; color: #4caf50;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user