摘要: $("input[type*=text]").each(function(){ var oldValue=$(this).val(); $(this).focus(function(){ if($(this).val()==oldValue){ $(this).val(''); } }) .blur 阅读全文
posted @ 2022-07-04 01:03 悬剑丶 阅读(187) 评论(0) 推荐(0) 编辑