- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
var first_content = document.getElementById('first-content'),
offered_games = document.getElementById('offered-games');
for(var i = 0, e = offered_games.children; i < e.length; i++) {
e[i].onmouseenter = function() {
// img_player.style.backgroundImage = 'url(' + this.children[0].children[0].src + ')';
var img = document.createElement('img');
img.src = this.children[0].children[0].src;
img.classList.add('added-promotion');
first_content.appendChild(img);
setTimeout(function() {
img.style.opacity = 1;
}, 10)
}
function removeImg(img) {
setTimeout(function() {
first_content.removeChild(img)
}, 300)
}
e[i].onmouseleave = function() {
var added_promo = document.querySelectorAll('.added-promotion') || document.querySelector('.added-promotion');
for(var i = 0, e = added_promo; i < e.length; i++) {
e[i].style.opacity = 0;
removeImg(e[i])
}
}
}
.first-content .img#img-player {
height: 100%;
width: 100%;
background-image: url('');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.first-content #offered-games {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 980px;
position: absolute;
z-index: 8;
bottom: 180px;
left: 50%;
margin-left: -490px;
}
.first-content #offered-games .game {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 235px;
margin-left: 9.3px;
vertical-align: bottom;
display: inline-block;
cursor: pointer;
}
.first-content #offered-games .game:hover .top {
height: 100px;
}
.first-content #offered-games .game:hover .top img {
-webkit-transform: translateY(-30px) scale(1.2);
-moz-transform: translateY(-30px) scale(1.2);
-ms-transform: translateY(-30px) scale(1.2);
-o-transform: translateY(-30px) scale(1.2);
transform: translateY(-30px) scale(1.2);
}
.first-content #offered-games .game:hover .bottom .text {
max-height: 235px;
}
.first-content #offered-games .game:hover .bottom .text p.content {
opacity: 1;
}
.first-content #offered-games .game:first-child {
margin-left: 0;
}
.first-content #offered-games .game.sportsbook .top {
border-top: 4px solid #ff0039;
}
.first-content #offered-games .game.sportsbook .bottom p.title {
color: #ff0039;
}
.first-content #offered-games .game.sportsbook .bottom button {
background: #ff0039;
}
.first-content #offered-games .game.poker .top {
border-top: 4px solid #0c82b1;
}
.first-content #offered-games .game.poker .bottom p.title {
color: #0c82b1;
}
.first-content #offered-games .game.poker .bottom button {
background: #0c82b1;
}
.first-content #offered-games .game.casino .top {
border-top: 4px solid #efb717;
}
.first-content #offered-games .game.casino .bottom p.title {
color: #efb717;
}
.first-content #offered-games .game.casino .bottom button {
background: #efb717;
}
.first-content #offered-games .game.bolatangkas .top {
border-top: 4px solid #0db561;
}
.first-content #offered-games .game.bolatangkas .bottom p.title {
color: #0db561;
}
.first-content #offered-games .game.bolatangkas .bottom button {
background: #0db561;
}
.first-content #offered-games .game .top {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 130px;
background: black;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.first-content #offered-games .game .top img {
width: 100%;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.first-content #offered-games .game .bottom {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
display: table;
background: white;
padding: 20px;
position: relative;
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}
.first-content #offered-games .game .bottom .text {
max-height: 15px;
overflow: hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.first-content #offered-games .game .bottom .text.active {
max-height: 120px;
padding-bottom: 30px;
}
.first-content #offered-games .game .bottom .text p.title {
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 5px;
}
.first-content #offered-games .game .bottom .text p.content {
margin: 8px 0 5px;
color: #6b6b6b;
font-size: 13px;
font-weight: 300;
line-height: 17px;
text-align: justify;
opacity: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.first-content #offered-games .game .bottom button.btn-view {
position: absolute;
top: 14px;
right: 20px;
border: none;
border-radius: 30px;
padding: 7px 15px;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
color: white;
}
<div id="first-content" class="first-content">
<div id="img-player" class="img"></div>
<div id="offered-games">
<div data-info="sportsbook" class="game sportsbook">
<div class="top"><img src="http://0.tqn.com/d/worldsoccer/1/L/u/M/-/-/451274454.jpg"></div>
<div class="bottom">
<div class="text">
<p class="title">Game 1</p>
<p class="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</p>
</div>
</div>
</div>
<div data-info="poker" class="game poker">
<div class="top"><img src="http://cache4.asset-cache.net/gc/492689397-soccer-player-standing-on-pitch-gettyimages.jpg?v=1&c=IWSAsset&k=2&d=%2F7DaYEj3tOfsAmZVQjUjN%2Fp85xL5t%2FRvXvNDXWwcD%2BWLs1oLsXFGW8D%2BBw37QVMl96M1ZTHpoFW9f6CnK92rTg%3D%3D"></div>
<div class="bottom">
<div class="text">
<p class="title">Game 2</p>
<p class="content">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.</p>
</div>
</div>
</div>
</div>
</div>
错误:未捕获的 DOMException:无法在“Node”上执行“removeChild”:要删除的节点不是此节点的子节点。
当您将鼠标悬停得非常快时,我会收到该错误。但如果悬停缓慢。效果很好。
为什么我总是收到此错误?实际上它是有效的,但我认为它会影响我提议的模板。
如有任何帮助,我们将不胜感激。谢谢
最佳答案
将 first_content.removeChild(img)
更改为 img.remove()
- 那么您无需担心拥有正确的父级...如果浏览器您使用的没有删除方法,img.parentNode.removeChild(img)
关于javascript - 执行失败 'removeChild',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40732753/
这个问题已经有答案了: TypeError: Illegal Invocation on console.log.apply (1 个回答) 已关闭 5 年前。 我编写了这个简单的代码来删除 h2 元
我不使用 removeChild() 也没有尝试在有东西之前删除一些东西。 jquery-3.3.1.min.js:2 Uncaught TypeError: Cannot read property
var first_content = document.getElementById('first-content'), offered_games = document.getElementByI
我使用 document.createElement 创建了许多新的页面元素(在一些任意层次结构中),并且一直在使用 element.removeChild() 删除我不再需要的元素。我想知道这是否也
我有一个表格,我可以在其中添加带有输入字段的新行。也有可能删除添加的输入字段。删除整行是可行的,但删除单元格内的单个输入字段会出现问题。这是代码: cell1=document.getElementB
我想在提交表单后显示一条消息,并将表单从页面中删除。 脚本的第一部分有效,但第二部分(我尝试删除表单的地方)无效。 有什么建议吗? $(document).ready(function () {
HTML: Javascript: function addfunc
我正在尝试在 ID="prnt"的 DIV 下动态添加子 DIV。添加节点工作正常没问题。然而奇怪的是,当涉及到删除节点时,它只删除偶数编号的节点,包括 0。为什么会这样,我可能是一些愚蠢的东西,但它
我已经创建了一个可以添加的表单域,但我无法删除它。不确定为什么它不起作用,我想也许我传递了错误的参数?我尝试了很多变化。 What key fatures are you looking for?
我有一个代码,可以在点击电影名称后获取 Angular 色名称和性别。此信息出现在模态窗口中,我的目标是在每次关闭模态时删除带有字符的 HTML 元素,因此如果我选择另一部电影,则会出现新的字符集,而
我尝试下一秒放置一个元素,然后删除第二个元素,但它不起作用。看例子:http://jsfiddle.net/CZCGG/ 最佳答案 getElementsByTagName 的结果是一个事件节点列表。
我觉得我误解了 .removeChild 的工作原理。我这里有一些代码: //organization is a string value gotten from an Input node if (
你能帮我一下吗?为什么 removeChild 在我的代码中不起作用? divId = $(".File[rel='" + fileId.substring(0, 32) + "']");
window.onload = initPage; var firstname = false; var lastname = false; function initPage() { add
我有一个将“div”子节点附加到父节点的函数,然后我需要使用 removeChild() 方法删除这个子节点,但它不起作用。 这是我的代码: function ColorCards()
我有一个看起来像这样的表单: 我还有一个按钮,当按下该按钮时,它会调用一
我正在编写一小段简单的代码来在鼠标位于框中的任何位置绘制像素。我也想要一个清除按钮。绘图工作正常,但我似乎无法使用清除按钮。以下是我的 .js 文件的相关部分: function pixel(x, y
我有下面的一段代码,它在文档中找到类名为 foo 的所有元素,然后将它们全部删除 function(doc) { var items = doc.getElem
其他堆栈答案,例如 this和 this似乎是特殊情况,我相信我的情况更为普遍。我在我的 js 中这样做: var markerDiv = document.createElement("div");
removeChild 函数真的完全删除了子节点吗?或者它只是删除作为指定父节点子节点的元素?如果真的不删除元素,有没有办法彻底删除元素? 最佳答案 removeChild 方法只是将它从其父对象中移
我是一名优秀的程序员,十分优秀!