Can't figure out how to check if at least one input is filled which means it is not empty and the value is greater than zero.
I can check it for empty value or zero but I want to check for both values.
Tried to put && after value!="" which didn't work.
$('#id_calculator_form').find(':input[value!=""]').not('#id_postcode'){
}