$('#field').val('');
// Behold the power of JQuery. $('#myform')[0].reset();
$('input:text').filter(function() { return $(this).val() == ""; });