jquery - JQM (jQueryMobile) HTML5 Form Validation -
i've found h5validate plugin having no luck when using jqm, have suggestions on html5 form validation w/ jqm?
i have multiple forms need validated, loaded via ajax.
here workflow:
- load main form, when page loading bind live() (this adds jqm functionality).
- on submission (which button click) load next form via ajax (the next form goes through same logic on loading)
- this want add form validation, if valid submit , load next form, else display errors
need add form validation each form , wanted take advantage of html5 syntax, that's why liked h5validate plugin try nothing happens, ugh...
i've looked @ jquery validation plugin additional syntax , markup i'm trying avoid. , i've looked @ html5form using jquery 1.4.2 , i'm using 1.5.x
wanted know if else had luck html5 , multi form validation submission?
i have had success multi forms validationengine.js plugin here http://www.position-relative.net/creation/formvalidator/
example here: http://coww.ws/jqmtest/
hope helps?
Comments
Post a Comment