A collection of DOM side-effecting functions to improve the accessibility and usability of single page apps.
Documentation at https://oaf-project.github.io/oaf-side-effects/
# yarn
yarn add oaf-side-effects
# npm
npm install oaf-side-effects
focusInvalidForm() uses closest(), so for IE support you probably want to use the closest() polyfill described at MDN or jonathantneal/closest.Generated using TypeDoc