开发者

jQuery and validation error messages

开发者 https://www.devze.com 2023-01-12 23:16 出处:网络
<div class=\"QuestionWrapper\"> <asp:Literal ID=\"litOtherReasonDescription\" runat=\"server\"></asp:Literal>
    <div class="QuestionWrapper">
    <asp:Literal ID="litOtherReasonDescription" runat="server"></asp:Literal>
    <div class="Question">
    <label for="">Other Reason开发者_JAVA百科 Description</label>
    </div>
    <div class="Answer">
        <asp:TextBox ID="txtOtherReasonDescription" CssClass="txtOtherReasonDescription required" runat="server" MaxLength="250"></asp:TextBox>
    </div>     
    <div class="ClearFloat"></div>
    </div>

I have the following markup and I am using jQuery with validation plugin. The problem is the placements of the error messages are shown next to textboxes.How do I control that as I want the Literal text litOtherReasonDescription to be populated with error message.

0

精彩评论

暂无评论...
验证码 换一张
取 消