Thanks for contributing! Here's a few guidelines to help your contribution get landed.
grunt
(see below) to check for linting and a few other issues.To run unit tests, you should have a local webserver installed and pointing at your workspace. Then open http://localhost/jquery-validation/test
to run the unit tests. Start with one browser while developing the fix, then run against others before committing. Usually latest Chrome, Firefox, Safari and Opera and a few IEs.
To run jshint and other tools, use grunt
. To install, you need nodejs and npm, then run npm install -g grunt
.