|
Title: validatebox return message from remote validator Post by: phunksta on November 18, 2015, 07:03:14 AM The 'remote' validation is defined as: Code: $.extend($.fn.validatebox.defaults.rules,{Regarding the above where 'validator' is defined for a validatebox, is it possible to compose a message during the validator function and have this appear in the box's tooltip? Title: Re: validatebox return message from remote validator Post by: jarry on November 18, 2015, 06:49:07 PM You can change the displaying message in the 'validator' function. Please refer to
Code: validator: function(value,param){Title: Re: validatebox return message from remote validator Post by: phunksta on November 20, 2015, 04:27:46 AM Many thanks - exactly what I was looking for!
|