Can I select input nodes based on value in JQuery?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-04-14T22:49:46Z
Indexed on
2010/04/14
22:53 UTC
Read the original article
Hit count: 306
I have a list of file input boxes and I want to know if any of them have a value using a single selector statement. Can I do something like this:
$('input:file[value!=null]')
or something similar.
© Stack Overflow or respective owner