[jQuery] How do I write an expression to get all checked items of a certain class?

[jQuery] How do I write an expression to get all checked items of a certain class?


Hi,
How do I write a JQuery expression that will give me all the elements
that are inputs of type=checkbox, that have class="subscrCheckbox" and
that are checked?
Thanks, - Dave