What’s a good client-side fallback for HTML5 form field validation? -


i've seen many different suggestions fallbacks browsers don't implement html5 forms (solutions involving modernizr, yepnope, jquery validate...) haven't managed work effectively.

essentially apart adding datepicker i've managed going modernizr , jquery datepicker need validation work in browsers (main priority email validation)

chrome , ff seems work natively, yet surprisingly safari validates without proper email address. ie doesn't support either

could reasonably straightforward fallback (probably via modernizr)?

thanks

have tried webshims lib? it's build on top of jquery , have implemented forms chapter of html5 accurately. can find list of supported attributes, properties , methods on webforms site of webhims lib.

i have feedback on this.

cheers alex


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -