We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firstly it's good job for this awesome package
actually i did some changes to change border color and label color as below
if(json.inputIndex.length > 0 ){ $(element).css('border-color','red'); $(element).parent().prev().css('color','red'); }else{ $(element).css('border-color','green'); $(element).parent().prev().css('color','green'); }
It's working fine according to input validation , but i need to prevent form to submit if form is invalid Any Suggestion ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly it's good job for this awesome package
actually i did some changes to change border color and label color as below
It's working fine according to input validation , but i need to prevent form to submit if form is invalid
Any Suggestion ?
The text was updated successfully, but these errors were encountered: