🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

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

Capitalized-letter

Documentation

autoCapitalize

---Jquery plugin ----

Capitalize first letter of first word and than first letter after full stop and space.

How to use it.

  1. Include Autocapitalize.js in your html file.
  2. its only work with keypress when writing in textarea or input field such textbox.
  3. $("selector").autoCapitalize();

You can change the keypress and keydown by changing the event in plugin file.


You May Also Like