Is there any way to select all the empty elements of a page?
For some reason that I can not explain, the code below does not select inputs without text on my page:
$("input[value=''], select[value=''], textarea[value='']");
I know I can...
asked by
25.02.2014 / 19:29