errorClass in jquery validate plugin?

前端 未结 6 1048
悲哀的现实
悲哀的现实 2020-12-14 07:58

I am using jquery validate plugin in my web application to validate forms for blank and other simple validations.

I am using below code to setup jquery validate plug

6条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-14 08:44

    If you want to give css for the error message. Then in place of using errorClass define css rule

    label.error 
    

提交回复
热议问题