标签:input jquery jquer his cti put 恢复 text value
---恢复内容开始---
$("#aaa :input[type=‘text‘]").each(function(i){ 
    alert(this.value);
    this.value = ""; 
}); 
---恢复内容结束---
标签:input jquery jquer his cti put 恢复 text value
原文地址:http://www.cnblogs.com/ProDoctor/p/6106824.html