The inputs with attribute disabled set to true won't be submitted with the form. So in one jQuery line:
disabled
true
$(':input[value=""]').attr('disabled', true);