DUPE: Any Yahoo YUI validation framework that I can implement in asp.net MVC?
Has anyone built form validation functions using YUI that could mimick how asp.net handles form validation?
I know jquery has a nice validation addon, was hoping YUI would also.
Related Questions
No related questions found
YUI doesn’t have form validation built in as a separate component. There are a number of loose add-ons that people have done over the years, such as:
http://blog.jc21.com/2007-02-05/yui-unobstrusive-javascript-validation/ http://bubbling-library.com/eng/api/docs/plugins/wizard
The most directed work I’ve seen on this in the YUI ecosystem has been this project:
http://yuiblog.com/blog/2008/05/08/inputex/
I’m not sure what its current state is.
We’ll add a formal component to YUI that provides common forms functionality, but that’s down the road a bit.
-Eric