Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个外部 css 文件,现在我将一个表格加载到我的 html 页面中,css 文件如何影响新加载的内容?
jquery 附加的新内容(或附加的,或一般添加的)受到 DOM 中已经存在的任何 css 的影响。
问之前有试过吗?
您需要预先设计样式,例如设计首先由 jquery 显示的部分,然后将其隐藏,然后显示您想要的任何事件。
.div { display:none; border:2px solid #fff; background-color:red; height:100px; width:200px; }