NYPD / ritsu.js

HTML form validation
MIT License
2 stars 0 forks source link

Allow ritsu.js to take on a NodeList and HTMLCollection object #90

Closed NYPD closed 6 years ago

NYPD commented 6 years ago

Using a NodeList or HTMLCollection object will make it easier for some users to quickly find all the elements using querySelectorAll or something similar rather than creating an element array manually.