小编yee*_*ha1的帖子

没有jQuery的.html()和.append()

谁能告诉我如何在不使用jQuery的情况下使用这两个函数?

我正在使用一个我不能使用jQuery的预编码应用程序,我需要从一个div获取HTML,并使用JS将其移动到另一个div.

html javascript jquery

31
推荐指数
3
解决办法
4万
查看次数

列出在Internet Explorer中无法正确显示的项目符号

我有<ol>一些<li>内容,在FF中它看起来不错,但由于某种原因在IE中它看起来像这样:

列出IE中的子弹怪异

HTML:

 <ol start="1">
   <li>Free gifts click here</li>
   <li>Free gifts click here</li>
   <li>Bonus gifts</li>
 </ol>
Run Code Online (Sandbox Code Playgroud)

CSS:

ol {
    list-style: none outside none;
}
li {
    list-style: decimal outside none;
    margin-left: 30px;
    margin-bottom: 12px;
}
Run Code Online (Sandbox Code Playgroud)

任何的想法?

谢谢,

html css internet-explorer html-lists

2
推荐指数
1
解决办法
1万
查看次数

标签 统计

html ×2

css ×1

html-lists ×1

internet-explorer ×1

javascript ×1

jquery ×1