Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 valDationEngin 来验证字段。我单击了带有空字段的提交按钮并出现了验证提示。输入数据后,提示未关闭。有人可以帮忙吗?谢谢!
Never mind. I found solution myself. I just need to initialize vallidationEngine.
$('form[name=ajaxForm]').validationEngine();