|
Jul 24 |
comment |
Javascript form validation - what's lacking? sorry - by dependencies I mean for example if the valid set of inputs in one field depends on the value in another - the typical example is the "repeat password" field, but that is a simple one. jQuery validation has the remote() method for server-side validation. |
|
Jul 24 |
comment |
Javascript form validation - what's lacking? Unfortunately HTML5 form validation is extremely basic. There's no support for server-side validation or dependencies for example. |
|
Jan 17 |
comment |
Programming languages that improve your programming skill in general? +1, it changed how I saw OO. |
|
Dec 13 |
comment |
Javascript form validation - what's lacking? @eBusiness - thanks, I'll update the question to say "form validation" |