1.0.3 • Published 10 years ago
capsify v1.0.3
jQuery Capsify
A jQuery plugin to make text upper and lower case on-the-go.
Usage
$(document).ready(function() {
   $("textarea").capsify();
});Install
$ npm install capsifyOptions
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