0
Form validation with jquery
Hi i want to apply validation on a html form like- All Field Must Be Filled, Password and Re-Enter Password Must be same, Mobile Number's Can Only Have Numeric Values, radio button option Must be Selected and so on..... Can it be done using multiple id's so i can apply it to multiple field's Please Help me out with this.....
3 Antworten
+ 2
put the word "required" just before the closing of the inputs you want to require the user to fill or select.. the rest is a bit long to explain
0
Thanks.
But IE, Safari Doesn't Support "required"
0
oh really? that sucks.
i just read on w3schools it works on IE 10.0, but not on Safari at all 🤔