Jquery get selected checkboxes
- by kevin
Hi id like to get the list of selected checkboxes ina page, actually what I really need is th get the text of the element next to the checkbox which is a html element
the code is below and its not working
the html is as follows
<script type="text/javascript">
$(document).ready(function () {
…