Jquery – Validation based on field id rather than field name with jQuery Validation plugin

jqueryjquery-validate

By default jQuery validation plugin validates form fields based on name of the field.

I want the plugin need validate based on field id.

http://bassistance.de/2013/03/22/release-validation-plugin-1-11-1/

Best Answer

It is possible through the add rule method: http://jqueryvalidation.org/rules/