The following code causes my new element to be inserted after the input element:
.validate({ errorPlacement: function (error, element) { element.after(error); },
I mean, I have this HTML code:
<link href="https://maxcdn.bootstrap...
asked by
20.09.2017 / 18:15