I think this should work:

$('input.subscrCheckbox[type=checkbox][checked]');
-Hector


On Tue, Nov 18, 2008 at 1:30 PM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> 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
>

Reply via email to