扫码关注官方订阅号
登陆忘记密码? $(function(){ $("input,textarea").on({ focus:function(){ this.value=''; this.style.color='#666'; }, blur:function(){ this.style.color='#ccc'; if(this.value==''){ this.value = this.name; }else{this.style.color='#666';} } }) });
登陆忘记密码?
$(function(){ $("input,textarea").on({ focus:function(){ this.value=''; this.style.color='#666'; }, blur:function(){ this.style.color='#ccc'; if(this.value==''){ this.value = this.name; }else{this.style.color='#666';} } }) });
用到的js库是
认证高级PHP讲师
还在支持ie8?
用版本较老的jQuery
你用1.X版本的JQ 就好了
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
还在支持ie8?
用版本较老的jQuery
你用1.X版本的JQ 就好了