jQuery UI Dialog validation without using <form> tags

前端 未结 11 1767
北荒
北荒 2020-12-23 20:40

http://bassistance.de/jquery-plugins/jquery-plugin-validation/ looks to be the best jquery validation plugin out there. I can\'t seem to get it working in the jQuery UI dial

11条回答
  •  南笙
    南笙 (楼主)
    2020-12-23 21:13

    I have recently created a plugin for HTML Form validation. You can try it yourself.Prashant-UI-Validator

    Build using Jquery, supports Bootstrap and you can configure it in your way. It supports different data types like INT, STRING, NUMERIC, MAX[Num], MIN[Num],EMAIL and most importantly your custom javascript validation code as well.

    Hope it helps,

提交回复
热议问题