I will not work in new features for jQuery.YAV because, I think that this plugin focusing to accesibility, easyful
and all my objectives are accomplished.

I am in contact with Jörn for to combine our efforts in his Form Validation plugin.

Web Specialist escribió:
Yav jquery plugin(http://letmehaveblog.blogspot.com/2007/08/easy-client-side-web-forms-validations.html) is a very nice form validation. Really! But I'll want to suggest Sevir to, if possible, use Jorn's approach separating messages and rules.

Yav works like:
<input class="required alphanumeric" id="username" title="Please write only alphanumeric characters, this field is required." name="username">

and Jorn's Form Validation plugin works like:

                rules: {
                    age_co_agen: { required: true },
                    raz_co_raz: { required: true },
...

                messages: {
                    age_co_agen: "Please provide an agent",
                    raz_co_raz: "Please enter with raz ",
...


For me Jorn's looks better for maintenance and haves a very clear code.


Cheers


--
Best Regards,
José Francisco Rives Lirola <sevir1ATgmail.com>

SeViR CW · Computer Design
http://www.sevir.org
Murcia - Spain

Reply via email to