Auto Capitalize Sentences with jQuery autoCapitalize Plugin

File Size: 2.55 KB
Views Total: 1263
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Auto Capitalize Sentences with jQuery autoCapitalize Plugin

autoCapitalize is a super lightweight jQuery plugin for making the first letter of a word in a sentence uppercase.

How to use it:

1. Load jQuery library and the jQuery autoCapitalize plugin in the document.

<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="autocapitalize.js"></script>

2. Call the function on an existing text field and we're done.

$("textarea").autoCapitalize();

This awesome jQuery plugin is developed by awakeel. For more Advanced Usages, please check the demo page or visit the official website.