bboyle / html5-constraint-validation-API

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

use DOM for form traversal #11

Closed bboyle closed 10 years ago

bboyle commented 11 years ago

use this.form from input, select and textarea elements, instead of $( this ).closest( 'form' )