gpt4 book ai didi

jquery - 使用 jquery 将元素向右滑动

转载 作者:行者123 更新时间:2023-11-28 10:36:02 26 4
gpt4 key购买 nike

<link rel="stylesheet" type="text/css" href="css/style.css">
<head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js">
</script>
<script>

$(document).ready(function(){
$("#btn1").click(function(){
$("p").append(" <b>Appended text</b>.");
});
$("#btn2").click(function(){
$("#d87").append("<div id='d76'>H</div>").;

});
});
</script>
</head>
<body>

<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
<ol>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ol>

<button id="btn1">Append text</button>
<button id="btn2">Append list item</button>

</body>
</html>
<div id="d87"></div>

此刻当我按下附加列表项时,我通过 css 创建的框向下滑动。我希望它向右滑动,每次单击该按钮时,它应该向前一个框的右侧移动 100px

最佳答案

#d87{
margin-left:100px;
float:left;
}

关于jquery - 使用 jquery 将元素向右滑动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23324822/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com