Releases: Position2/jQuery-Simple-Form-Validation
Releases · Position2/jQuery-Simple-Form-Validation
Release v2.0
Changes made:
- Updated Jquery to v3.7
- Converted var declarations to const and let where appropriate.
- Simplify the structure by removing unnecessary nesting.
- Replaced repetitive patterns with switch statements for cleaner code.
- Refactored validation functions for better readability and maintainability.
- Standardized error messages and variable names for consistency.
- Added comments to explain the functionality of different sections.
- Ensured consistent use of single quotes for string literals.
- Removed unused variables and optimized variable declarations.
- Made the code more modular by separating functions for different tasks.
- Ensured the use of strict equality (===) where appropriate.
- Improved error handling and validation logic.