jQuery UI Dialog validation without using <form> tags

前端 未结 11 1754
北荒
北荒 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条回答
  •  旧时难觅i
    2020-12-23 21:13

    This may or may NOT be relevant however this was my problem and solution:

    I had the exact same issue, when I opened the dialog my "form" tag got replaced with a "div", tag.

    This was because I placed the dialog in an already opened form element, (obviously you can't have a form within a form)

    Dont do what I did :)

提交回复
热议问题