LoginSignup
0
0

More than 5 years have passed since last update.

jQuery-Validation-Engine は type="number" を判別しない

Posted at

jQueryのバリデーション(入力チェック)プラグイン。
https://github.com/posabsolute/jQuery-Validation-Engine

悩んだところがあったので備忘録

一部のinputがエラー内容でもメッセージが表示されない。
その部分は type="number" を指定しているところだった。

type="text" にすることで正常に動作した。

numberにも対応させたいけど追い切れなかったので断念。

0
0
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
0
0