aspnet/jquery-validation-unobtrusive

Customize placement doesn't work

h2h opened this issue · 2 comments

h2h commented
var $form = $(form),
	result = $form.data(data_validation),
	onResetProxy = $.proxy(onReset, form),
	defaultOptions = $jQval.unobtrusive.options || {},
	execInContext = function(name, args) {
		var func = defaultOptions[name];
		func && $.isFunction(func) && func.apply(form, args);
	};
var $form = $(form),
	result = $form.data(data_validation),
	onResetProxy = $.proxy(onReset, form),
	defaultOptions = $jQval.defaults || {}, //$jQval.unobtrusive.options || {},
	execInContext = function(name, args) {
		var func = defaultOptions[name];
		func && $.isFunction(func) && func.apply(form, args);
	};

Thanks for contacting us, @h2h.

Can you please share more details about your scenario?
What is the expected behavior and what do you observe?

Hi. We're closing this issue as no response or updates have been provided in a timely manner and we have been unable to reproduce it. If you have more details and are encountering this issue please add a new reply and re-open the issue.