如何在确认密码的工具提示中显示错误信息

How to display error message in tooltip for confirm password?

本文关键字:显示 错误 信息 工具提示 确认 密码      更新时间:2023-09-26

是否有办法在工具提示中显示符合密码不匹配错误?还有一件事,当密码不匹配时,我需要显示错误窗口,它应该像在必需字段抛出时显示错误的相同弹出窗口。

 <input type="password" id="password2" name="password2" class="form-control" maxlength="100"   data-msg-required='Bevestig je wachtwoord' data-rule-required=true data-rule-equalto="#password1" data-rule-minlength="6" data-msg-minlength='Voer minimaal 6 karakters in'>