13,582
Loading...
Uploader Comments (optikalefxx)
see all
All Comments (11)
-
what about the better connection between label:for and input:id ?
i think there is no need to set the req class to both of them.
ilike this function, i can easily add datatype checking and error handling. good job :)
-
:P
-
Great function, and great video.
-
so just a normal preg thnx
Loading...
I think that's bad code, it only checks for validation,
plus it should use custom attributes such as data-header="id" as suggested by html5
tapgyn 1 year ago
@tapgyn Honestly I use the jquery plugin "jquery validation". Its great. I don't use this function anymore.
optikalefxx 1 year ago
awesome tutorial,
liked it,, I just started with jquery today and I totaly get what you are saying,, I really like it and I just made something like this with your help and extra stuff in it too make it nicer,, You make it all so clear,, Thnx man
HooligansworldDOTcom 2 years ago
Thanks. Make sure you add validation for email too, I didn't show that.
optikalefxx 2 years ago
I just maked it too test,, not gonna use it,, but how can i do that in javascript?
Grtz
HooligansworldDOTcom 2 years ago
there are a few ways, some better than others. The fool proof way is to use Regex to test for the email pattern. The simple way is to just test for the existence of a period and and @ sign.
optikalefxx 2 years ago