Question : get selected (not all) checkboxes in jQuery

Hi all,

I need to select some of checkboxes from my form whose name and ids are dynamically generated as they are in listview.

I tried this:
$("input[name='keywordCheckbox']")

which matches only single checkbox.
I need to select group of them.

Final aim:
in list view:
on checked of checkbox in Header, its related checkboxes should be checked.

not all.

Answer : get selected (not all) checkboxes in jQuery

hey i solved it myself.
Random Solutions  
 
programming4us programming4us