0.3.1 • Published 6 years ago

jquery.vamoose v0.3.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

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