Yes,
$(".the_checkbox:checked")

Documentation:
http://docs.jquery.com/Selectors

On Mar 27, 9:55 am, Thierry <lamthie...@gmail.com> wrote:
> I have a series of checkboxes with class="the_checkbox".  I can get
> all checkboxes by classname and manually loop through each to find out
> the checked ones.  I'm wondering if I can get an array of checkboxes
> that have been checked with one line of jQuery?

Reply via email to