javascript - Is there any plugin which will help me validate model on client-side? -


I need to validate the form on client-side and I was wondering if there is a rail plug-in Will help me in the work? Maybe it will build the necessary Javascript to validate some models from ActiveRecord assumptions?

You have 2 verification options from the customer

1 - Purge Javascript Use (but you will not be able to validate something like 'Purity', which requires database support is required)

2 - Ajax use back end

and if you I would recommend the 'livevalidation' plugin if you want to use ActiveRecord assumptions

Hope it helps

Cheers dull


Comments