How to give sentence case to sentences through CSS or javascript?
I've tried these CSS properties but these are different
capitalize Transforms the first character of each word to uppercase
uppercase Transforms all characters to uppercase
lowercase Transforms all characters to lowercase
Edit: 19 FEB 2010
is there any option in jquery to achieve this?