jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Message parameter
Make it possible to add parameters to costum messages.
For example from the original code
result.message = "Too low: Minimum of '" + result.min + "'";
it is not possible to use the result.min in my own message.