Thứ Tư, 5 tháng 10, 2011

Reset form with jQuery

$('#formId').reset(); // error

$('#'+id).each(function(){this.reset();}); //ok
or
$('#'+id)[0].reset();

(http://simple.procoding.net/2008/11/22/how-to-reset-form-with-jquery/)

Không có nhận xét nào:

Đăng nhận xét