English 中文(简体)
Ajax打电话
原标题:JQuery username validation - Ajax call

目前,我正在使用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.

感谢!

问题回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签