ラジオボタンのグループがあり、クリックしていなければクリックしてエロルを投げるかどうかを確認する必要があります。同じグループ名を持つ2つのラジオボタンを確認する方法
<legend>Follow Opening Script?</legend>
<p>
<strong><asp:RadioButton GroupName="OpeningScript" CssClass="inline-radio" ID="rdoOpeningScriptYes" runat="server" Text="Yes" TextAlign="Right" /></strong>
<strong><asp:RadioButton GroupName="OpeningScript" CssClass="inline-radio" ID="rdoOpeningScriptNo" runat="server" Text="No" TextAlign="Right" /></strong>
</p>
を:
をし、その
click
をチェックするための関数を書きます実際のHTMLで、aspタグではありません。 – ThiefMasterhttp://stackoverflow.com/questions/277589/validation-of-radio-button-group-using-jquery-validation-pluginこれが役立ちますか? – TRR