jquery-validation-unobtrusive icon indicating copy to clipboard operation
jquery-validation-unobtrusive copied to clipboard

Pure independent javascript implementation:

Open kennywangjin opened this issue 9 years ago • 4 comments

Have you any plan to implement a pure javascript unobtrusive validation library? no dependent on jquery and jquery-validation.

kennywangjin avatar Feb 23 '16 01:02 kennywangjin

Not planned at this time, but not a bad idea, either.

Eilon avatar Mar 13 '16 20:03 Eilon

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

aggieben avatar Feb 02 '17 19:02 aggieben

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.

ryanelian avatar Jul 28 '17 14:07 ryanelian

Some news here? In all my aspnet core projects, jQuery is only involved because of jquery-validation-unobtrusive.

XmlmXmlmX avatar Sep 06 '19 10:09 XmlmXmlmX