I have a
<p style="display: block;" class="title fieldChoices">Choices:
<input value="option1" maxlength="150" id="Choice1"/>
<input value="option2" maxlength="150" id="Choice2"/>
</p>
I am trying to count how many input boxes there are in this fieldChoices
using
JQUery. Please suggest a way how to do so.