Usually checkboxes should have different names for its attributes, and
add class="chkLimit".
"input.chkLimit" means an input element with class "chkLimit"
Otherwise, for your code, you can try to use:
"input[id^=chkLimit_]"

if you want. This means all inputs with id that begins with
"chkLimit_".

On Aug 7, 12:36 pm, ripcurlksm <kevin.mccorm...@cox.net> wrote:
> Thanks James, that was really helpful -- I've placed the code, but I can not
> get it to populate the <div>. Did I place it in the correct area?
>
> http://psylicyde.com/misc/checkbox
> --
> View this message in 
> context:http://www.nabble.com/count-checkboxes-selected-tp24871849s27240p2487...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to