摘要: 失焦显示默认值:$(".username,.usertel").focus(function(){ if($(this).val() == this.defaultValue){ $(this).val(""); }}).blur(function(){ ... 阅读全文
posted @ 2014-09-16 14:04 Shimily 阅读(344) 评论(0) 推荐(0)