I noticed that I have this error in my firefox console, this comes from this piece of code:
Apparently this comes from inc/jquery.webForms.js
Anyone know anything about this mistake?
// Note: Do not delete parent only. It is present not everytime
})
.insertAfter($eInput.parent());
});
return this; }
$.fn.multiplyable = function() {
$(this).each(function() {
var $input = $(this);
var $inputParent = $input.parent();
var $wrapper = $inputParent.clone().children().remove().end();