jquery-validation-unobtrusive
jquery-validation-unobtrusive copied to clipboard
Pure independent javascript implementation:
Have you any plan to implement a pure javascript unobtrusive validation library? no dependent on jquery and jquery-validation.
Not planned at this time, but not a bad idea, either.
I agree. I would really not like to either
- roll my own validation library
- take a dependency on jQuery, which I have been fastidiously avoiding, just for this
Hello, I have created a pure JavaScript implementation of this library.
https://github.com/ryanelian/aspnet-validation https://www.npmjs.com/package/aspnet-validation
Like any other new libraries, while it has been tested and working alright for the past few days, you should not use it to run a mission critical application.
Some news here? In all my aspnet core projects, jQuery is only involved because of jquery-validation-unobtrusive.