目前,我正在使用JQuery的验证金,以进行所需的基本认证。
我想增加功能,以便在用户名领域用户类型时,启动一个jax电话,检查用户名称是否已经采用。 我的要求是:
- Preferably integrate with JQuery Validation plugin, rather than writing a custom function
- I want the lookup to occur on the keyup event
- I want the lookup to be triggered approx 0.5 seconds after the keyup event has occurred.
感谢!