How to give sentence case to sentences through CSS or javascript?
Posted
by jitendra
on Stack Overflow
See other posts from Stack Overflow
or by jitendra
Published on 2009-10-01T15:28:40Z
Indexed on
2010/04/01
8:53 UTC
Read the original article
Hit count: 313
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?
© Stack Overflow or respective owner