Get input empty value

Get input empty value

In first: In version 1.9 we can do that and have the right result:  $('input[value=]'), now need be  $('input[value=""]');

OK, but now don`t work, if we have 2 inputs and fill one, the selector bring both, and not just empty.

Do we have another method to take just empty inputs?

Tks a lot.