c0deM0nK424
Programmer
Hi,
I'm curious in wanting to know if overriding html5 built in form validation is a good thing, so that browsers like IE10,11 and chrome are prevented from outputting those little tooltips/bubbles that inform the user if and when a field has not been entered etc.
If one is to do this, and simply rely on jquery validation and php validation, is this better ? is this the more widely practiced industry way of doing it ?
I also ask this because I've read some books on html 5 and responsive web design where the authors have spent entire chapters on the new features of html5 , especialy the buitl in form validation techniques which mean you dont necessarily need to use a lot of javascript/jquery to do it.
Im just a little unsure as to which way to go.
For speed, and getting a form made fast - is it best to leave it to html5's built in validation tools, and then simply use server side validation as the last way to check a form validates ?
or woudl you bypass/override html5 form validation in favour of something like jquery.validate , using this and php instead ?
I'm curious in wanting to know if overriding html5 built in form validation is a good thing, so that browsers like IE10,11 and chrome are prevented from outputting those little tooltips/bubbles that inform the user if and when a field has not been entered etc.
If one is to do this, and simply rely on jquery validation and php validation, is this better ? is this the more widely practiced industry way of doing it ?
I also ask this because I've read some books on html 5 and responsive web design where the authors have spent entire chapters on the new features of html5 , especialy the buitl in form validation techniques which mean you dont necessarily need to use a lot of javascript/jquery to do it.
Im just a little unsure as to which way to go.
For speed, and getting a form made fast - is it best to leave it to html5's built in validation tools, and then simply use server side validation as the last way to check a form validates ?
or woudl you bypass/override html5 form validation in favour of something like jquery.validate , using this and php instead ?