码迷,mamicode.com
首页 > 其他好文 > 详细

控制Input框输入的为大写字母

时间:2016-10-31 21:04:47      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:http   htm   .com   input框   target   targe   str   sina   case   

本来我的想法是Jquery来控制的,万万没想到。。。用Css就可以实现!!!!

 

.toUp input{
   text-transform:uppercase;
}
 
 

控制Input框输入的为大写字母

标签:http   htm   .com   input框   target   targe   str   sina   case   

原文地址:http://www.cnblogs.com/eoooxy/p/6016957.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!