bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

handle id/name conflict in radio buttons #27

Closed bboyle closed 9 years ago

bboyle commented 9 years ago

correctly identify radio buttons that belong to the same group by checking the name attribute (in addition to form.elements[ name ] which may match an id within the form but outside the radio button group)