Hacker News new | ask | show | jobs
by vilmosi 3155 days ago
I wonder if the good old input[value=""] would work. Probably not if you have jQuery.
1 comments

No, because that matches on the HTML attribute (aka the defaultValue property in JS), not on the current value of the input.