tcollogne schrieb:
Thanks for the suggestion. I tried this :
$.extend($.validator.messages, {
messages: {
required: "new message"
}
});
But that doesn't seem to do anything. Is there something wrong with this?
Try this:
$.extend($.validator.messages, {
tcollogne schrieb:
Hello,
I am experimenting with the validator plugin from Jörn. I found an example
where you can pass custom messages to the validator.
I was wondering now if it is possible to define new default messages, so
that I don't have to specify them for each validator.
I tried thi
2 matches
Mail list logo