摘要: //each遍历文本框 清空默认值 $(".maincenterul1").find("input,textarea").each(function () { //保存当前文本框的值 var vdefault = this.value; $(this).focus(function () { if 阅读全文
posted @ 2013-12-30 14:18 深南大道 阅读(174) 评论(0) 推荐(0)