How to find the count of empty text boxes?
$('input:text.jqValueText[value=" "]').length
This is working partially. But if i enter empty space, this fails…
is there any way to find the empty textbox in single line… it should not accept empty space
Try this one:
HTML:
JQuery: