Y
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
bzbarsky
3155 days ago
No, because that matches on the HTML attribute (aka the defaultValue property in JS), not on the current value of the input.
link