0.3.0 • Published 4 years ago

vamoose v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

vamoose

Vamoose enables inputs to be cleared via the keyboard, with a11y in mind.

Installation

<script src="path/to/js/vamoose.js" type="text/javascript"></script>
<link href="path/to/css/vamoose.css" rel="stylesheet" type="text/css" />

Usage

document.addEventListener('DOMContentLoaded', function(){
    vamoose('input, textarea');
}, false);

License

See LICENSE.md