3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jquery plugin-validation validation-engine

Last updated at Posted at 2015-12-09

当たり前ですが、別物です。検索で似たようなソースが出てくるので注意しましょう。
コピペで動かない時はどちらの記述か確認しましょう...結構はまったりした

気にして探したらどんどんでてくるぞ...
https://plugins.jquery.com/?s=validate
どれがいいんでしょうか?

jquery validation engine

https://github.com/posabsolute/jQuery-Validation-Engine
https://github.com/posabsolute/jQuery-Validation-Engine/blob/master/README.md

これしか使ってないけど、class に定義追加するだけなので簡単、数字のみの入力チェックなら

サンプル
<input type='text' class='validation[custom[integer]]'>

こんな感じ

jquery plugin validation

jquery validation

jquery validate

jqueryの本流っぽく見えるけど 3年前から更新がないみたい、上記とは別物っぽい
https://plugins.jquery.com/validate/
https://github.com/DiegoLopesLima/Validate

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?