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
Post a Comment