While working on a client project, we needed a way to ensure a user was at least 13 years old before submitting a form. We were already using the jQuery Validation plugin for the form validation method but it didn’t have a method for checking for a minimum age. The jQuery Validation plugin makes client-side […]