XHTML 文本输入、CSS 文本转换和 JavaScript
我在这里做了一些非常基本的事情,所以请耐心等待。
我正在使用 XHTML 文本输入来获取用户名。然后我通过 JavaScript 显示一条警报消息。我已经通过 text-transform: Capitalize;
将用户名的首字母大写,但 javascript 读取原始条目并且不考虑这一点。
我可以使用的最简单的解决方案是什么,以便警报也以相同的方式大写?最好代码越少越好,这样我就可以轻松理解它:)
谢谢
Possible Duplicate:
Convert string to Pascal Case (aka UpperCamelCase) in Javascript
I'm doing some quite basic stuff here so bear with me..
I'm using an XHTML text input to get a users name. I'm then showing an alert message via javascript. I've made it so that the first letters of the users names are capitalised via text-transform: capitalize;
but javascript reads the original entry and doesn't take account of this.
What is the simplest solution I can use so that the alert is also capitalised in the same way? Preferably the less code the better so I can understand it easily :)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jsFiddle。
输出
jsFiddle.
Output