autoCapitalize
---Jquery plugin ----
Capitalize first letter of first word and than first letter after full stop and space.
How to use it.
- Include Autocapitalize.js in your html file.
- its only work with keypress when writing in textarea or input field such textbox.
- $("selector").autoCapitalize();
You can change the keypress and keydown by changing the event in plugin file.