jQuery改变文本大小写

可能重复:
使用javascript将字符串转换为标题大小写
使用jQuery,当用户仍在编辑该字段时,如何将文本字段的首字母大写?

我需要与PHP函数等效的jQuery或Javascript:

<?php ucwords(strtolower('SOMETHING') ?> //Outputs "Something"

我在Javascript中看过.toUpperCase() ,但找不到“大写首字母”函数。

链接地址: http://www.djcxy.com/p/21263.html

上一篇: jQuery change text case

下一篇: How to make search case insensitive using nodejs?