New issue 15 by voz...@gmail.com: Multiple Classes and Multiple inputs
http://code.google.com/p/jquery-validation-ui-plugin/issues/detail?id=15
Need for this feature. It's first draft of changes that implements feature.
Decided to change attribute "for", now it take JSON string and looks like
for=" [{name: 'todel.Contact', also :['homeAddress','workAddress'],
not:['number']}, { name:'todel.Person', not:['contact'], many: 'all'}] "
where many - multiple Domain properties, not - skip validation properties,
also - inner class properties.
I think that this changes shouldn't go to plugin because they too complex
and didn't need for many of plugin users.
Waiting for your comments.
Attachments:
multiple.patch 65.0 KB