开发者

JQUery validation plugin for checking data availability

开发者 https://www.devze.com 2023-01-02 04:27 出处:网络
I am learning how to use JQuery validation plugin, I got a simple input text field like this: <input type=\"text\" name=\"username\">

I am learning how to use JQuery validation plugin, I got a simple input text field like this:

<input type="text" name="username">

But I don't know how to use this plugin to do some data开发者_JAVA百科 availability tasks.

Could you help me please?


The remote methods looks like the tool for the job. It makes requests to a URL you specify to implement server-side validation.

0

精彩评论

暂无评论...
验证码 换一张
取 消