1.0.3 • Published 9 years ago

capsify v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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