I have a certain textbox and I want to add a div after it. I\'ve tried the .append() function, but that only adds the div in the element.
.append()
For example, I
try
.insertAfter()
here
$(content).insertAfter('#bla');