jquery.vamoose
v0.3.1
Published
Accessible jQuery input field clearer
Downloads
9
Readme
jquery.vamoose
Vamoose is a jQuery plugin that enables inputs to be cleared via the keyboard with a11y in mind.
Installation
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script>
<script src="path/to/js/jquery.vamoose.js" type="text/javascript"></script>
<link href="path/to/css/jquery.vamoose.css" rel="stylesheet" type="text/css" />
Usage
$(function(){
$("input, textarea").vamoose();
});
License
See LICENSE.md