Hi, I am having a div like
<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>
I am trying to find what are all fields are checked using JQuery. How to do so?