capsify
v1.0.3
Published
A jQuery plugin to make text upper and lower case on-the-go.
Downloads
17
Maintainers
Readme
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