开发者

jQuery and validation error messages

    <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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜