Home >Web Front-end >JS Tutorial >jquery determines whether there is a selected item in RadioButtonList and RadioButton Example_jquery

jquery determines whether there is a selected item in RadioButtonList and RadioButton Example_jquery

WBOY
WBOYOriginal
2016-05-16 17:21:081487browse
Copy code The code is as follows:

 <%--Body code--%> <br><div> <br><asp:RadioButtonList ID="RadioButtonList1" runat="server"> <br><asp:ListItem Value=" A">a</asp:ListItem> <br><asp:ListItem Value="B">b</asp:ListItem> <br></asp:RadioButtonList> <br><br>&lt ;asp:RadioButton ID="RadioButton1" GroupName="RBtn" Text="Male" runat="server" Checked="true" /> <br><asp:RadioButton ID="RadioButton2" GroupName="RBtn" Text="female" runat="server" /> <br><br><asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="Button1_ClientClick()">< /asp:Button> <br></div>


Copy code The code is as follows:

<%--Head code--%> 


< ;/pre>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn