I want to check all the textbox of a div are empty or not in jQuery
<div id="compWord">
<input id="c" ondrop="dropabc(event)" class="box ui-droppable" type="textbox">
<input id="c" ondrop="dropabc(event)" class="box ui-droppable" type="textbox">
<input id="c" ondrop="dropabc(event)" class="box ui-droppable" type="textbox">
</div>
I want to check all the div either they are empty or either they are full i need the selector for both of them