Regarding the jQuery .validate plugin, I want to add/edit/replace to the email method to accommodate two extra rules/conditions.
The email method (which can be tested here: https://jqueryvalidation.org/email-method/) allows the following to pass but I want them to fail:
- test.@test.com
- test@test
How can I achieve this?