How can I get any checkbox from CheckBoxList is selected via jQuery?
Markup:
<div> <asp:CheckBoxList ID="cblProduct" runat="server" CssClass="myProductCheckBoxList" TabIndex="14"> </asp:CheckBoxList> </div>
i'ld like find any checked check boxes that has Cssclass-myProductCheckBoxList . (For validation of - checked-> atleast one product)