问候,
如果我有 asp.net checkboxlist 控件:
<asp:CheckBoxList id="list1" runat="server">
<asp:ListItem>One</asp:ListItem>
<asp:ListItem>Two</asp:ListItem>
<asp:ListItem>Three</asp:ListItem>
</asp:CheckBoxList>
如何在检查或传递它的索引时使用jquery获取第二个项目的文本(二)并且具有索引1?