jquery select empty input code example Example: jquery select input with empty value $('input:text').filter(function() { return $(this).val() == ""; });