Jquery validation error placement (radio buttons)

前端 未结 4 1311
有刺的猬
有刺的猬 2021-02-05 11:19

I\'m trying to use the Jquery validation plugin to validate my form. I have error messages appearing to the right of most of my input elements, but radio buttons are giving me n

4条回答
  •  难免孤独
    2021-02-05 12:16

    Just use some CSS:

    #myform div.group label.error {float:right;padding-left:10px;}
    

提交回复
热议问题