How do we achieve validationgroup functionality present in asp.net using only HTML5? I am using this library: http://afarkas.github.com/webshim/demos/demos/webforms/4-webforms-custom-validity.html
Basically I have a textbox and button and I want this textbox and this button to into one group and the rest can be in different group. So this button should only validate for the single textbox and not the entire form.