Thank you very much. That did it.


Jörn Zaefferer wrote:
> 
> 
> 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, {
>       required: "new message"
> });
> 
> Jörn
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Change-messages-in-J%C3%B6rn%27s-validator-plugin-tp14250674s27240p14384522.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to