이 코드는 jquery.form.js에서 발췌한 것입니다. 이 방법은 매우 유용하다고 생각하므로 독립적으로 사용할 수도 있습니다.
이 코드 조각은 간결하며 학습에 좋은 참고 자료로 사용할 수 있습니다.
var re = /^(?:color|date|datetime|email|month|number|password|range|search|tel |text|time|url|week)$/i; // '숨겨진' 항목은 이 목록에 없습니다
return this.each(function() {
var t = this.type, tag = this.tagName .toLowerCase();
}
else if (태그 == '선택') {
this.selectedIndex = -1;
}
if (/msie/.testck.com)) {
$ (this) .Replacewith ( $(this) .clone(true));
// includeHidden은 true 값이거나 선택기 문자열일 수 있습니다.
> / 위의 내용은 '특별' 클래스가 있는 숨겨진 입력을 정리합니다
if ( (includeHidden === true && /hidden/.test(t)) ||
(typeof includeHidden == 'string' && $(this).is(includeHidden)) ) {
this. 값 = '';