码迷,mamicode.com
首页 > Web开发 > 详细

html input onfocus

时间:2017-03-11 23:00:38      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:asc   class   html   rip   input   str   内容   ==   nbsp   

<input type="text" value="请输入内容" onfocus="javascript:if(this.value==‘请输入内容‘)this.value=‘‘;">

html中input文本框,初始里边有文字提示,当点击时,文字消失,onfocus事件检查当前值,如果是默认值,就将value属性值置空this.value=‘‘;

 

html input onfocus

标签:asc   class   html   rip   input   str   内容   ==   nbsp   

原文地址:http://www.cnblogs.com/seven-ahz/p/6536364.html

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