🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The vamoose jQuery plugin adds a custom accessible Clear Button to text fields that allow your users to clear the fields with just one click. Supports both input field and textarea.

input Textarea

Documentation

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


You May Also Like