挨拶、
asp.netチェックボックスリストコントロールがある場合:
<asp:CheckBoxList id="list1" runat="server">
<asp:ListItem>One</asp:ListItem>
<asp:ListItem>Two</asp:ListItem>
<asp:ListItem>Three</asp:ListItem>
</asp:CheckBoxList>
チェック時にjqueryを使用して、またはインデックスを渡すことにより、(2)でインデックス1を持つ2番目のアイテムのテキストを取得するにはどうすればよいですか?