/ Published in: jQuery
URL: http://thefrontiergroup.com.au/blog/2008/11/jquery-check-for-non-empty-input-fields/
Expand |
Embed | Plain Text
.find(’input[value!=""]‘).val().length > 0
You need to login to post a comment.
URL: http://thefrontiergroup.com.au/blog/2008/11/jquery-check-for-non-empty-input-fields/
.find(’input[value!=""]‘).val().length > 0
You need to login to post a comment.