jquery.vamoose

Accessible jQuery input field clearer

Usage no npm install needed!

<script type="module">
  import jqueryVamoose from 'https://cdn.skypack.dev/jquery.vamoose';
</script>

README

jquery.vamoose

npm version devDependency Status

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