You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module helps to handle input validation based on standart html attributes.
4
6
5
-
This plugin uses [jquery.debug](https://github.com/creative-workflow/jquery.debug) so all tracking information can be easily seen in the javascript console.
7
+
It is inspired by [jquery-validation](https://jqueryvalidation.org/) but has much less complexity, more comfort and is easy adjustable for complex setups.
8
+
9
+
_Note: early stage_
6
10
7
11
## Installation
8
12
```bash
@@ -167,3 +171,9 @@ It also exposes the class `InputValidator` for manual instantiating.
167
171
# Contributing
168
172
169
173
Check out the [Contributing Guidelines](CONTRIBUTING.md)
0 commit comments