[jQuery] [Validate] Use id instead of name when defining rules for jQuery.Validate Plugin
Hi, is it possible to use the id attribute of an input element instead
of the name attribute to identify an element when defining a rule,
e.g. 'SetLengthRange'?
If not, could the code of the plugin be easily modified (by myself)?
Where would I have to look?