aspnet-client-validation
aspnet-client-validation copied to clipboard
A client validation library for ASP.NET MVC that does not require jQuery
In the original jQuery plugin it was possible to control when validation was activated. By default it would occur on each field's blur ([demo](https://jqueryvalidation.org/files/demo)). This library performs validation immediately, i.e....
I'm looking at using this library. One feature I believe is missing, is the ability to ignore particular fields. For example, using jquery.validate I would've been able to say: ```...
The sample contains call to undefined method MergeAttribute and does not work. I added the method.
The RegExp used in the original code was too loose for a valid Phone number and on the other hand, phone numbers have somewhat different patterns around the world. According...
Getting a issue from my package-lock.json im pointing to v0.10.1 latest tgz file to npmjs but when running it fails to copy .css from /src folder to /dist Any help...
Adds ability to specify custom highlight / unhighlight functions, defaults to original behavior and just swaps classes. Fixes https://github.com/haacked/aspnet-client-validation/issues/38
HI! I realize I haven't updated the package in a year, but I got around to it and now our generated "Umbraco Forms" (a UI form builder for Umbraco) forms...
I have a validation provider that checks for an email address but allows for spaces at the start and end due to copy / paste errors and password managers adding...
``` ?handler=Unique?IP=192.168.1.2 ``` 请求 url 会有两个 ‘?’
**Installation method:** `npm install aspnet-client-validation` **Current version:** "^0.11.0" **NVM version:** 16.16.0 **Issue:** After having installed the node-module, the node-modules file includes additional files beyond the required javascript, EG: - `AspNetClientValidation`...