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.
For example, I have:
<input type="text" id="bla" />
and I want to change that into:
<input type="text" id="bla" /><div id="space"></div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…