我在页面的第一个预标签后插入/定位DIV。一切正常,但它与现有内容重叠。
if (jQuery("pre").length > 0) {
jQuery("#div").insertAfter($("pre:first").after());
}
这是我使用Jquery在页面的第一个pre元素之后插入已存在的#div
的方法。
答案 0 :(得分:0)
感谢大家的回复。我通过删除解决了我的问题:
class="pull-left col-lg-4"
我正在使用bootstrap,不知道为什么会产生问题。