<div class="form-group label-floating is-empty mt-3 mb-1"> <label class="control-label">Имя</label> <input class="form-control" name="name" type="text" autocomplete="off"> </div>
How on JQuery to monitor the object with the identifier name of the name attribute. And in the case of data changes in the input field, perform some action, for example console.info('Данные у объекта изменены');
Important: The action needs to be performed only when the user has finished entering data and left the input form.