У меня есть div как
<div style="" id="listColumns">
<input type="checkbox" id="77"/>Name
<input type="checkbox" id="78"/>Designation
<input type="checkbox" id="79"/>Address
<input type="checkbox" id="80"/>Email - Id
<input type="checkbox" id="81"/>Date Of Birth
</div>
Я пытаюсь найти, какие поля проверяются с помощью JQuery. Как это сделать?