jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

Message parameter

Open gimler opened this issue 12 years ago • 0 comments

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.

gimler avatar Mar 08 '13 14:03 gimler