1.3.0 • Published 7 years ago

bootstrap4-input-clearer v1.3.0

Weekly downloads
6
License
GPL-3.0
Repository
github
Last release
7 years ago

Maintainer: Michael Heigl Plugin Website: https://github.com/mheigl/bootstrap4-input-clearer

About

This jQuery plugin adds a clear icon to input fields for your Bootstrap 4 enabled website.

Getting Started

Direct Download

Note: bootstrap4-input-clearer has a dependency on jquery 3.1+ and Bootstrap 4

NPM

Install with NPM:

npm install bootstrap4-input-clearer

Github

Clone the boostrap4-input-clearer:

git clone git@github.com:mheigl/bootstrap4-input-clearer.git

Available Options

Using Options

$("input").clearer();

// Example option usage
$("input").clearer({
  clearHtml: "click me"
});
1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago