The latest jQuery Validate release now includes CPF number validation
It’s here: Last week, jQuery Validate plugin released its new 1.14.0 version.
Among many new features and fixes, it now incorporates a new method for CPF number validation that I coded some time ago. The implemented validation logic is mainly based on one of my posts that described the creation of this method.
To incorporate it into jQuery Validate I refactored some exceptions and added tests.
Full merged pull request together with tests can be found here.