capsify

1.0.3 • Public • Published

jQuery Capsify

A jQuery plugin to make text upper and lower case on-the-go.

Usage

$(document).ready(function() {
   $("textarea").capsify();
});

Install

$ npm install capsify

Options

For making text in upper case while typing.

$("textarea").capsify({
    isCapsON : "Yes"
});

For making text in lower case while typing.

$("textarea").capsify({
    isCapsON : "No"
});

License

MIT License

Package Sidebar

Install

npm i capsify

Weekly Downloads

5

Version

1.0.3

License

MIT

Last publish

Collaborators

  • amit_merchant