My problem:
After validating an input field, if validation isn't complete, i want to put the error-message into the orginal input field.
you can user insertAfter() and insertBefore() to, (duh!) insert after or before input field.
I couldn't find any solution to my problem on StackOverFlow.