jQuery Form Validation – Part 1

In this tutorial I will take you through the process of validating a form with jQuery. You should also validate with PHP as its easy to turn javascript off. HTML Source Code: www.megaupload.com Regular Expression Used: var regexp = /^[a-zA-Z0-9]+[a-zA-Z0-9_.-]+[a-zA-Z0-9_-]+@[a-zA-Z0-9]+[a-zA-Z0-9.-]+[a-zA-Z0-9]+.[az]{2,4}$ /;

No related content found.

Revisions

There are no revisions for this post.

Users who found this page were searching for:

  • thetutspace alex
  • thetutspace jquery form validation source code
  • thetutspace alex
  • thetutspace jquery form validation source code

Tags: , , , , ,

11 Responses to “jQuery Form Validation – Part 1”

  1. vhinkaye January 21, 2012 at 9:29 AM #

    you should’ve used larger fonts so viewers may see it clearly:)

  2. TheTutSpace January 21, 2012 at 9:56 AM #

    @programmingismylife Your very welcome

  3. programmingismylife January 21, 2012 at 10:25 AM #

    thank you very much Alex for this jquery validate series!!!!!

  4. TheTutSpace January 21, 2012 at 10:39 AM #

    @alekkrag Thank you :)

  5. alekkrag January 21, 2012 at 10:45 AM #

    Man you don’t know how much you helped me!!!!!

    I do not know how to thank you.

    Greetings from Serbia:)))))

  6. TheTutSpace January 21, 2012 at 11:44 AM #

    @YaManTino Ah, thankyou :P

    Too late to update the code now, but thanks for mentioning that :)

    Also, I am considering buying a new headset, but.. I cant afford it yet.

  7. TheTutSpace January 21, 2012 at 12:20 PM #

    @Josperdb I know. I may invest in a headset soon.. not sure, they’re around £70 which i cant afford atm (student and all ;) )

  8. YaManTino January 21, 2012 at 1:04 PM #

    Just a quick tip, since you’re using HTML5, you can get rid of the type attributes. ;)

    Also, you may want to work on noise removal a bit…

  9. Josperdb January 21, 2012 at 1:47 PM #

    Welcome back! Thanks for this new tutorial, but you need a new microphone:P

  10. TheTutSpace January 21, 2012 at 2:28 PM #

    @bowersbros Full screen also helps

  11. bowersbros January 21, 2012 at 3:09 PM #

    The video looks good in 720p but any lower than that becomes unreadable

Leave a Reply