Categories




PreviousNext
make first letter capital in javascript    
 Send mail Views:680
Belongs to : Javascript
Facebook Bookmarkbookmark this pageStumbleupon Bookmark 

Make first letter capital in Javascript:

Use toUpperCase() to make first letter capital.
variable-name.charAt(0).toUpperCase + slice the first letter as string.slice(1)

For eg,
var string = "hscripts.com";
document.getElementById('div').value = string.charAt(0).toUpperCase()+string.slice(1);


Razz

funny pictures and videos
funny pictures and videos
online games
embed code


By - Ramya, On - 2010-03-01
Send This
PreviousNext

User Comments


Add NEW Feedback:

Name :     Email :

Website Monitoring Web hosting by Hiox India Contact Us   Privacy Policy   Terms and Conditions