is bassistance jquery form validation still the De facto form validation? [closed]
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this questionI havent looked at doing serious form validation in jquery for a few years now, but google reveals that bassistance's validation plugin is still on top for "jquery form validation".
Is this what most people still really use?
Yes, jQuery Validate is still by far the most used/supported validation plugin, but there are alternatives as well (none nearly as mature though). It also has the benefit of being hosted on Microsoft's CDN, for example: http://ajax.microsoft.com/ajax/jquery.validate/1.7/jquery.validate.min.js
There's a populate tag on SO for it as well, 612 questions when I just tagged yours with it: jquery-validate
From what I see, yes it's still the most used.
Also I'm seeing the jQuery Tools validator is gaining popularity.
精彩评论